Searched defs:not_null (Results 1 - 22 of 22) sorted by relevance

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp122 BasicBlock *null, *not_null, *merge; local
295 BasicBlock *not_null = CreateBlock("not_null"); local
[all...]
H A DsharkTopLevelBlock.cpp1156 BasicBlock *not_null = function()->CreateBlock("not_null"); local
1503 BasicBlock *not_null = function()->CreateBlock("not_null"); local
1612 BasicBlock *not_null = function()->CreateBlock("not_null"); local
[all...]
/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceClosure.hpp149 virtual bool not_null() const { return dereference() != NULL; } function in class:MetaspaceClosure::ObjectRef
177 virtual bool not_null() const { return dereference() != NULL; } function in class:MetaspaceClosure::PrimitiveArrayRef
207 virtual bool not_null() const { return dereference() != NULL; } function in class:MetaspaceClosure::PointerArrayRef
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_MacroAssembler_ppc.cpp398 Label not_null; local
H A Dinterp_masm_ppc_64.cpp1492 Label not_null; local
H A Dc1_LIRAssembler_ppc.cpp2418 Label not_null; local
2539 Label not_null; local
3062 bool not_null = op->not_null(); local
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_MacroAssembler_arm.cpp400 Label not_null; local
H A Dc1_LIRAssembler_arm.cpp1327 Label not_null; local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp378 Label not_null; local
H A Dc1_LIRAssembler_sparc.cpp2380 Label not_null; local
2506 Label not_null; local
2847 bool not_null = op->not_null(); local
H A Dinterp_masm_sparc.cpp1610 Label not_null; local
1920 Label not_null, do_nothing, do_update; local
/openjdk10/hotspot/src/share/vm/runtime/
H A Dhandles.hpp85 bool not_null() const { return _handle != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp1561 Label not_null; local
H A Dc1_LIRAssembler_x86.cpp1641 Label not_null; local
1787 Label not_null; local
3557 bool not_null = op->not_null(); local
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp1105 Label not_null; local
H A Dc1_LIRAssembler_aarch64.cpp1376 Label not_null; local
1503 Label not_null; local
2676 bool not_null = op->not_null(); local
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.cpp1300 NearLabel not_null; local
H A Dc1_LIRAssembler_s390.cpp2430 NearLabel not_null; local
2542 NearLabel not_null; local
2907 bool not_null = op->not_null(); local
H A DtemplateTable_s390.cpp1374 NearLabel not_null; local
1426 NearLabel not_null, done; local
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3333 bool not_null = false; local
2671 profile_type(ciMethodData* md, int md_base_offset, int md_offset, intptr_t profiled_k, Value obj, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k, ciKlass* callee_signature_k) argument
H A Dc1_LIR.hpp1934 LIR_OpProfileType(LIR_Opr mdp, LIR_Opr obj, ciKlass* exact_klass, intptr_t current_klass, LIR_Opr tmp, bool not_null, bool no_conflict) argument
1949 bool not_null() const { return _not_null; } function in class:LIR_OpProfileType
2252 void profile_type(LIR_Address* mdp, LIR_Opr obj, ciKlass* exact_klass, intptr_t current_klass, LIR_Opr tmp, bool not_null, bool no_conflict) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2863 maybe_cast_profiled_obj(Node* obj, ciKlass* type, bool not_null) argument

Completed in 485 milliseconds