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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp412 void set_needs_null_check(bool f) { set_flag(NeedsNullCheckFlag, f); } function in class:Instruction
718 set_needs_null_check(!is_static);
806 set_needs_null_check(true);
1403 set_needs_null_check(true);
1476 set_needs_null_check(has_receiver);

Completed in 46 milliseconds