Searched defs:static_call_type (Results 1 - 3 of 3) sorted by relevance

/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
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp454 relocInfo::static_call_type); member in class:relocInfo
/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; }

Completed in 37 milliseconds