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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp123 BasicBlock *null, *not_null, *merge; local
134 not_null = CreateBlock("not_null");
143 null, not_null);
148 builder()->SetInsertPoint(not_null);
154 phi->addIncoming(box, not_null);
296 BasicBlock *not_null = CreateBlock("not_null"); local
301 not_null, merge);
303 builder()->SetInsertPoint(not_null);
[all...]
H A DsharkTopLevelBlock.cpp1132 BasicBlock *not_null = function()->CreateBlock("not_null"); local
1191 got_null, not_null);
1200 builder()->SetInsertPoint(not_null);
1469 BasicBlock *not_null = function()->CreateBlock("not_null"); local
1488 merge2, not_null);
1492 builder()->SetInsertPoint(not_null);
1578 BasicBlock *not_null = function()->CreateBlock("not_null"); local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp384 Label not_null; local
385 br_notnull_short(r, Assembler::pt, not_null);
387 bind(not_null);
H A Dc1_LIRAssembler_sparc.cpp2603 Label not_null; local
2604 __ br_notnull_short(obj, Assembler::pn, not_null);
2618 __ bind(not_null);
2729 Label not_null; local
2730 __ br_notnull_short(value, Assembler::pn, not_null);
2743 __ bind(not_null);
H A Dinterp_masm_sparc.cpp1623 Label not_null; local
1624 br_notnull_short(receiver, Assembler::pt, not_null);
1628 bind(not_null);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp102 bool not_null() const { return _handle != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp1073 Label not_null; local
1075 jccb(Assembler::notZero, not_null);
1079 bind(not_null);
H A Dinterp_masm_x86_64.cpp1097 Label not_null; local
1099 jccb(Assembler::notZero, not_null);
1103 bind(not_null);
H A Dc1_LIRAssembler_x86.cpp1700 Label not_null; local
1701 __ jccb(Assembler::notEqual, not_null);
1709 __ bind(not_null);
1838 Label not_null; local
1839 __ jccb(Assembler::notEqual, not_null);
1847 __ bind(not_null);

Completed in 82 milliseconds