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

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp209 friend CompiledIC* CompiledIC_at(CompiledMethod* nm, address call_site);
210 friend CompiledIC* CompiledIC_at(Relocation* call_site);
211 friend CompiledIC* CompiledIC_at(RelocIterator* reloc_iter);
288 inline CompiledIC* CompiledIC_at(CompiledMethod* nm, address call_site) { function
294 inline CompiledIC* CompiledIC_at(Relocation* call_site) { function
302 inline CompiledIC* CompiledIC_at(RelocIterator* reloc_iter) { function
H A DcompiledMethod.cpp244 CompiledIC *ic = CompiledIC_at(&iter);
280 CompiledIC *ic = CompiledIC_at(&iter);
362 CompiledIC* ic = CompiledIC_at(&iter);
463 CompiledIC* cic = CompiledIC_at(&iter);
529 CompiledIC *ic = CompiledIC_at(&iter);
620 clean_ic_if_metadata_is_dead(CompiledIC_at(&iter), is_alive);
623 postponed |= clean_if_nmethod_is_unloaded(CompiledIC_at(&iter), is_alive, this);
627 postponed |= clean_if_nmethod_is_unloaded(CompiledIC_at(&iter), is_alive, this);
686 clean_if_nmethod_is_unloaded(CompiledIC_at(&iter), is_alive, this);
690 clean_if_nmethod_is_unloaded(CompiledIC_at(
[all...]
H A DicBuffer.cpp52 CompiledIC *ic = CompiledIC_at(CodeCache::find_compiled(ic_site()), ic_site());
H A DrelocInfo.cpp649 CompiledIC* icache = CompiledIC_at(this);
677 CompiledIC* icache = CompiledIC_at(this);
H A Dnmethod.cpp967 CompiledIC *ic = CompiledIC_at(&iter);
1579 CompiledIC *ic = CompiledIC_at(&iter);
2155 CompiledIC_at(this, call_site);
2159 CompiledIC_at(this, call_site);
2850 CompiledIC_at(&iter)->print();
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.cpp270 CompiledIC *ic = CompiledIC_at(&iter);
445 CompiledIC* cic = CompiledIC_at(&iter);
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1719 CompiledIC* inline_cache = CompiledIC_at(caller_nm, call_addr);

Completed in 82 milliseconds