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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp354 Node* null_check(Node* value, BasicType type = T_OBJECT) { function in class:GraphKit
359 return null_check(argument(0));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp577 void MacroAssembler::null_check(Register reg, int offset) { function in class:MacroAssembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp8208 void MacroAssembler::null_check(Register reg, int offset) { function in class:MacroAssembler
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2019 void null_check(LIR_Opr opr, CodeEmitInfo* info) { append(new LIR_Op1(lir_null_check, opr, info)); } function in class:LIR_List

Completed in 111 milliseconds