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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp221 friend CompiledStaticCall* compiledStaticCall_at(address native_call);
222 friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
256 inline CompiledStaticCall* compiledStaticCall_at(address native_call) { function
262 inline CompiledStaticCall* compiledStaticCall_at(Relocation* call_site) { function
263 return compiledStaticCall_at(call_site->addr());

Completed in 31 milliseconds