Searched refs:static_stub_type (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp919 if (iter.type() == relocInfo::static_stub_type) {
941 if (iter.type() == relocInfo::static_stub_type) {
1164 case relocInfo::static_stub_type:
H A DrelocInfo.hpp211 // relocInfo::static_stub_type -- an extra stub for each static_call_type
262 static_stub_type = 5, // stub-entry for static send (takes care of interpreter case) enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
1069 relocInfo::relocType type() { return relocInfo::static_stub_type; }
H A Dnmethod.cpp2537 case relocInfo::static_stub_type: return "static_stub";
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1726 typ != relocInfo::static_stub_type) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp4395 adr.reloc() == relocInfo::static_stub_type ) {

Completed in 108 milliseconds