Searched refs:needs_null_check (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1227 if (x->needs_null_check()) {
1264 if (x->needs_null_check()) {
1286 if (x->needs_null_check()) {
1678 } else if (x->needs_null_check()) {
1716 if (x->needs_null_check() &&
1774 } else if (x->needs_null_check()) {
1794 if (x->needs_null_check() &&
1868 if (x->needs_null_check()) {
1905 if (x->needs_null_check()) {
H A Dc1_Instruction.hpp413 bool needs_null_check() const { return check_flag(NeedsNullCheckFlag); } function in class:Instruction
746 // if needs_null_check() is true.
750 virtual bool can_trap() const { return needs_null_check() || needs_patching(); }
814 virtual bool can_trap() const { return needs_null_check(); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp362 if (x->needs_null_check()) {
414 if (x->needs_null_check()) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp301 if (x->needs_null_check()) {
357 if (x->needs_null_check()) {

Completed in 55 milliseconds