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

/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3145 Node* insp = basic_plus_adr(kls, in_bytes(InstanceKlass::init_state_offset())); local
3148 Node* inst = make_load(NULL, insp, TypeInt::UBYTE, T_BOOLEAN, MemNode::unordered);
3188 Node* insp = basic_plus_adr(kls, in_bytes(offset)); local
3189 Node* tvalue = make_load(NULL, insp, TypeLong::LONG, T_LONG, MemNode::unordered);
3193 const TypePtr *adr_type = _gvn.type(insp)->isa_ptr();
3194 store_to_memory(control(), insp, orl, T_LONG, adr_type, MemNode::unordered); local

Completed in 53 milliseconds