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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp120 friend CompiledIC* CompiledIC_at(address call_site);
121 friend CompiledIC* CompiledIC_at(Relocation* call_site);
168 inline CompiledIC* CompiledIC_at(address call_site) { function
174 inline CompiledIC* CompiledIC_at(Relocation* call_site) { function

Completed in 221 milliseconds