Searched refs:is_runtime_stub (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp100 virtual bool is_runtime_stub() const { return false; } function in class:VALUE_OBJ_CLASS_SPEC
302 bool is_runtime_stub() const { return true; } function in class:RuntimeStub
H A DcodeCache.cpp860 } else if (cb->is_runtime_stub()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp288 virtual bool is_runtime_stub() const{ return false; } function in class:ProfilerNode
536 assert(stub->is_runtime_stub(), "wrong code blob");
540 bool is_runtime_stub() const { return true; } function in class:runtimeStubNode
543 assert(stub->is_runtime_stub(), "wrong code blob");
981 if (cb->is_runtime_stub()) {
991 if (cb->is_runtime_stub())
1439 if (n->is_runtime_stub()) {
H A DinterfaceSupport.cpp259 if (cb != NULL && !(cb->is_runtime_stub() || cb->is_uncommon_trap_stub())) return;
H A Dframe.cpp205 return (_cb != NULL && _cb->is_runtime_stub());
719 } else if (_cb->is_runtime_stub()) {
H A DsharedRuntime.cpp508 guarantee(blob == NULL || !blob->is_runtime_stub(), "caller should have skipped stub");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp104 if (_cb->is_nmethod() || _cb->is_adapter_blob() || _cb->is_runtime_stub()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp505 assert(cb->is_compiled_by_c1() || !cb->is_runtime_stub() ||
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp214 if (_cb->is_nmethod() || _cb->is_adapter_blob() || _cb->is_runtime_stub()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp195 assert(rs != NULL && rs->is_runtime_stub(), "not a runtime stub");
1330 } else if (blob->is_runtime_stub()) {
H A Dcompile.cpp976 assert(rs != NULL && rs->is_runtime_stub(), "sanity check");

Completed in 78 milliseconds