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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp154 // relocInfo::static_call_type -- a static call
173 // Same info as a static_call_type. We use a special type, so the handling of
211 // relocInfo::static_stub_type -- an extra stub for each static_call_type
261 static_call_type = 4, // a static send enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
841 // This method assumes that all virtual/static (inline) caches are cleared (since for static_call_type and
1048 relocInfo::relocType type() { return relocInfo::static_call_type; }
H A DcompiledIC.cpp603 case relocInfo::static_call_type:
H A Dnmethod.cpp1140 case relocInfo::static_call_type: {
2312 case relocInfo::static_call_type:
2536 case relocInfo::static_call_type: return "static_call";
2784 case relocInfo::static_call_type:
H A DrelocInfo.cpp1150 case relocInfo::static_call_type:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp388 __ call(SharedRuntime::get_resolve_static_call_stub(), relocInfo::static_call_type); member in class:relocInfo
H A Dassembler_sparc.hpp374 case relocInfo::static_call_type:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp454 relocInfo::static_call_type); member in class:relocInfo
H A Dassembler_x86.cpp74 case relocInfo::static_call_type:
4394 adr.reloc() == relocInfo::static_call_type ||
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp452 call(op, relocInfo::static_call_type);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1581 if (iter.type() == relocInfo::static_call_type) {
1724 if ( typ != relocInfo::static_call_type &&

Completed in 118 milliseconds