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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp458 inline static RelocIterator parse_ic(nmethod* nm, address ic_call, oop* &_oop_addr, bool *is_optimized) { argument
462 return virtual_call_Relocation::parse_ic(tmp_nm, ic_call, first_oop, _oop_addr, is_optimized);
465 CompiledIC::CompiledIC(NativeCall* ic_call) argument
466 : _ic_call(ic_call),
467 _oops(parse_ic(NULL, ic_call->instruction_address(), _oop_addr, &_is_optimized))
H A DrelocInfo.cpp803 RelocIterator virtual_call_Relocation::parse_ic(nmethod* &nm, address &ic_call, address &first_oop, argument
805 assert(ic_call != NULL, "ic_call address must be set");
806 assert(ic_call != NULL || first_oop != NULL, "must supply a non-null input");
809 if (ic_call != NULL) {
810 code = CodeCache::find_blob(ic_call);
817 assert(ic_call == NULL || nm->contains(ic_call), "must be in nmethod");
822 if (ic_call != NULL) {
823 // search for the ic_call a
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp770 void LIR_Assembler::ic_call(LIR_OpJavaCall* op) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2866 void LIR_Assembler::ic_call(LIR_OpJavaCall* op) { function in class:LIR_Assembler

Completed in 630 milliseconds