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

12345

/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.hpp93 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_MacroAssembler_arm.hpp67 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_MacroAssembler_s390.hpp101 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_MacroAssembler_aarch64.hpp110 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DheapRegionSet.inline.hpp131 assert_free_region_list(length() > 0 && _head != NULL && _tail != NULL, "invariant"); local
[all...]
/openjdk9/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
/openjdk9/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
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.hpp122 void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } argument
/openjdk9/jdk/src/java.base/share/classes/java/lang/ref/
H A DReferenceQueue.java52 static ReferenceQueue<Object> NULL = new Null<>(); field in class:ReferenceQueue
/openjdk9/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp90 #undef NULL macro
91 #define NULL 0L macro
94 #define NULL 0 macro
/openjdk9/hotspot/src/share/vm/services/
H A DmemReporter.hpp45 MemReporterBase(outputStream* out = NULL, size_t scale = K) argument
/openjdk9/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
/openjdk9/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
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h162 GDIHashtable(const char* name, void (*deleteProc)(void*) = NULL, argument
/openjdk9/jdk/src/java.desktop/share/native/libjsound/
H A DSoundDefs.h104 #undef NULL macro
106 #define NULL 0L macro
/openjdk9/langtools/test/jdk/javadoc/doclet/testValueTag/pkg1/
H A DClass1.java55 public static final String NULL = null; field in class:Class1
/openjdk9/langtools/test/com/sun/javadoc/testValueTag/pkg1/
H A DClass1.java55 public static final String NULL = null; field in class:Class1
/openjdk9/langtools/src/java.compiler/share/classes/javax/lang/model/type/
H A DTypeKind.java98 NULL, enum constant in enum:TypeKind
/openjdk9/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
/openjdk9/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...]
/openjdk9/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp71 StubCodeDesc(const char* group, const char* name, address begin, address end = NULL) { argument
/openjdk9/hotspot/src/os/aix/vm/
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
H A Djvm_aix.h62 #undef NULL macro
63 #define NULL 0L macro
66 #define NULL 0 macro
/openjdk9/hotspot/test/testlibrary_tests/
H A DAssertsTest.java161 LT, LTE, EQ, GTE, GT, NE, NULL, NOTNULL, FALSE, TRUE; enum constant in enum:Assertion

Completed in 234 milliseconds

12345