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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1404 // plain ic_miss) and the site will be converted to an optimized virtual call site
2359 // Get the address of the ic_miss handlers before we grab the
2365 address ic_miss = SharedRuntime::get_ic_miss_stub(); local
2366 assert(ic_miss != NULL, "must have handler");

Completed in 5267 milliseconds