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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp45 AddressLiteral ic_miss(SharedRuntime::get_ic_miss_stub());
46 jump_to(ic_miss, temp_reg);
H A DsharedRuntime_sparc.cpp1051 AddressLiteral ic_miss(SharedRuntime::get_ic_miss_stub());
1065 __ jump_to(ic_miss, G3_scratch);
1076 __ jump_to(ic_miss, G3_scratch);
1963 AddressLiteral ic_miss(SharedRuntime::get_ic_miss_stub());
1968 __ jump_to(ic_miss, temp_reg);
2905 AddressLiteral ic_miss(SharedRuntime::get_ic_miss_stub());
2910 __ jump_to(ic_miss, temp_reg);
/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 40 milliseconds