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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3640 Node* target_call = make_load(NULL, entry_addr, TypeInstPtr::NOTNULL, T_OBJECT); local
3646 Node* chk_native = _gvn.transform( new(C) CmpPNode(target_call, native_call) );

Completed in 38 milliseconds