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

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp211 friend CompiledIC* CompiledIC_at(RelocIterator* reloc_iter);
302 inline CompiledIC* CompiledIC_at(RelocIterator* reloc_iter) { argument
303 assert(reloc_iter->type() == relocInfo::virtual_call_type ||
304 reloc_iter->type() == relocInfo::opt_virtual_call_type, "wrong reloc. info");
305 CompiledIC* c_ic = new CompiledIC(reloc_iter);

Completed in 89 milliseconds