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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1128 case relocInfo::virtual_call_type:
1633 if (iter.type() == relocInfo::virtual_call_type) {
1688 if (iter.type() == relocInfo::virtual_call_type) {
2305 case relocInfo::virtual_call_type:
2534 case relocInfo::virtual_call_type: return "virtual_call";
2778 case relocInfo::virtual_call_type:
H A DrelocInfo.cpp828 if (iter.type() == relocInfo::virtual_call_type) {
861 if (iter.type() == relocInfo::virtual_call_type) {
1157 case relocInfo::virtual_call_type:
H A DrelocInfo.hpp161 // relocInfo::virtual_call_type -- a virtual call site (which includes an inline
259 virtual_call_type = 2, // a standard inline cache call for a virtual send enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
976 relocInfo::relocType type() { return relocInfo::virtual_call_type; }
H A DcompiledIC.cpp476 assert(ic_reloc->type() == relocInfo::virtual_call_type ||
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp105 inline void Assembler::call( address d, relocInfo::relocType rt ) { cti(); emit_data( op(call_op) | wdisp(intptr_t(d), intptr_t(pc()), 30), rt); has_delay_slot(); assert(rt != relocInfo::virtual_call_type, "must use virtual_call_Relocation::spec"); }
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1584 assert(iter.type() == relocInfo::virtual_call_type ||
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp4392 if (adr.reloc() == relocInfo::virtual_call_type ||

Completed in 103 milliseconds