Searched defs:NULL (Results 1 - 25 of 123) sorted by relevance

12345

/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_MacroAssembler_arm.hpp67 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.hpp93 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_MacroAssembler_s390.hpp101 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_MacroAssembler_aarch64.hpp110 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DCustomStringPool.java51 public static final int NULL = -1; field in class:CustomStringPool
H A DDTMStringPool.java63 public static final int NULL=-1; field in class:DTMStringPool
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/decoder/
H A DValueObjectImpl.java36 static final ValueObject NULL = new ValueObjectImpl(null); field in class:ValueObjectImpl
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionSet.inline.hpp131 assert_free_region_list(length() > 0 && _head != NULL && _tail != NULL, "invariant"); local
[all...]
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.hpp122 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/ref/
H A DReferenceQueue.java52 static ReferenceQueue<Object> NULL = new Null<>(); field in class:ReferenceQueue
/openjdk10/hotspot/src/os/aix/vm/
H A Djvm_aix.h50 #undef NULL macro
51 #define NULL 0L macro
54 #define NULL 0 macro
H A Dlibodm_aix.hpp71 explicit odmWrapper(char* odm_class_name, char* odm_path = NULL) : _odm_class((CLASS_SYMBOL)-1), argument
89 char* retrieve_obj(char* name = NULL) { argument
/openjdk10/hotspot/src/share/vm/services/
H A DmemReporter.hpp45 MemReporterBase(outputStream* out = NULL, size_t scale = K) argument
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp90 #undef NULL macro
91 #define NULL 0L macro
94 #define NULL 0 macro
H A DglobalDefinitions_gcc.hpp103 #undef NULL macro
104 #define NULL 0L macro
107 #define NULL macro
[all...]
H A DglobalDefinitions_sparcWorks.hpp111 #undef NULL macro
112 #define NULL 0L macro
115 #define NULL macro
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DWeakIdentityMap.java47 private static final Object NULL = new Object(); // special object for null key field in class:WeakIdentityMap
/openjdk10/jdk/src/java.desktop/share/native/libjsound/
H A DSoundDefs.h104 #undef NULL macro
106 #define NULL 0L macro
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/nc/
H A DNameClass.java131 public static final NameClass NULL = new NullNameClass(); field in class:NameClass
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h162 GDIHashtable(const char* name, void (*deleteProc)(void*) = NULL, argument
/openjdk10/langtools/test/jdk/javadoc/doclet/testValueTag/pkg1/
H A DClass1.java55 public static final String NULL = null; field in class:Class1
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/type/
H A DTypeKind.java98 NULL, enum constant in enum:TypeKind
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument
168 void reset(T* ptr = NULL) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionValues.java120 private static final Object NULL = new Object(); field in class:OptionValues
/openjdk10/hotspot/src/share/vm/memory/
H A DguardedMemory.hpp166 GuardedMemory(void* base_ptr, const size_t user_size, const void* tag = NULL) { argument
195 void* wrap_with_guards(void* base_ptr, size_t user_size, const void* tag = NULL) { argument
[all...]

Completed in 184 milliseconds

12345