Searched defs:is_null (Results 1 - 20 of 20) sorted by relevance

/openjdk10/hotspot/src/share/vm/oops/
H A Dklass.inline.hpp37 inline bool Klass::is_null(Klass* obj) { return obj == NULL; } function in class:Klass
38 inline bool Klass::is_null(narrowKlass obj) { return obj == 0; } function in class:Klass
H A Doop.hpp146 inline static bool is_null(oop obj) { return obj == NULL; } function in class:oopDesc
147 inline static bool is_null(narrowOop obj) { return obj == 0; } function in class:oopDesc
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynValueCommonImpl.java70 public boolean is_null() { method in class:DynValueCommonImpl
/openjdk10/hotspot/src/share/vm/runtime/
H A Dhandles.hpp84 bool is_null() const { return _handle == NULL; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.inline.hpp342 inline void MacroAssembler::load_heap_oop(Register d, RegisterOrConstant offs, Register s1, Label *is_null) { argument
H A Dinterp_masm_ppc_64.cpp456 void InterpreterMacroAssembler::load_resolved_reference_at_index(Register result, Register index, Label *is_null) { argument
H A DtemplateTable_ppc_64.cpp377 Label is_null; local
/openjdk10/hotspot/src/share/vm/classfile/
H A DverificationType.hpp176 bool is_null() const { return (_u._data == Null); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.hpp503 bool is_null() const { return _value == NULL; } function in class:Dependencies::DepArgument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-open-type-private.hh730 inline bool is_null (void) const { return 0 == *this; } function in struct:OT::Offset
/openjdk10/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp282 bool is_null() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1614 Label is_null, done; local
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ConcurrentMark.hpp89 bool is_null() const { return _holder == NULL; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1613 BasicBlock *is_null = function()->CreateBlock("null"); local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1385 Label is_null, done; local
H A DtemplateTable_x86.cpp1024 Label is_null, ok_is_subtype, done; local
4034 Label done, is_null, ok_is_subtype, quicked, resolved; local
4097 Label done, is_null, ok_is_subtype, quicked, resolved; local
[all...]
H A DsharedRuntime_x86_64.cpp1518 Label is_null, done; local
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1022 Label is_null, ok_is_subtype, done; local
3550 Label done, is_null, ok_is_subtype, quicked, resolved; local
3604 Label done, is_null, ok_is_subtype, quicked, resolved; local
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp1216 Label is_null, throw_array_store, done; local
4599 Label done, is_null, quicked, resolved, throw_exception; local
183 do_oop_store(InterpreterMacroAssembler* _masm, Address obj, Register new_val, Register tmp1, Register tmp2, Register tmp3, BarrierSet::Name barrier, bool precise, bool is_null) argument
4677 Label done, is_null, not_subtype, quicked, resolved; local
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp1107 NearLabel is_null, ok_is_subtype, done; local
3861 NearLabel done, is_null, ok_is_subtype, quicked, resolved; local
3934 NearLabel done, is_null, ok_is_subtype, quicked, resolved; local
[all...]

Completed in 270 milliseconds