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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp98 NativeCall* _ic_call; // the call instruction member in class:CompiledIC
136 address end_of_call() { return _ic_call->return_address(); }
154 address instruction_address() const { return _ic_call->instruction_address(); }

Completed in 30 milliseconds