Searched defs:insp (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | library_call.cpp | 2860 Node* insp = basic_plus_adr(kls, in_bytes(instanceKlass::init_state_offset())); 2863 Node* inst = make_load(NULL, insp, TypeInt::UBYTE, T_BOOLEAN); 2885 Node* insp = basic_plus_adr(kls, in_bytes(offset)); local 2886 Node* tvalue = make_load(NULL, insp, TypeLong::LONG, T_LONG); 2892 const TypePtr *adr_type = _gvn.type(insp)->isa_ptr(); 2893 store_to_memory(control(), insp, orl, T_LONG, adr_type); local
|
Completed in 49 milliseconds