Searched refs:is_runtime_frame (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp141 bool is_runtime_frame() const;
H A DsharedRuntime.cpp1115 assert(fr.is_runtime_frame(), "must be a runtimeStub");
1285 assert(stub_frame.is_runtime_frame(), "sanity check");
1315 assert(stub_frame.is_runtime_frame(), "sanity check");
1527 assert(stub_frame.is_runtime_frame(), "must be a runtimeStub");
H A Dvframe.cpp75 if (f->is_runtime_frame()) {
H A Dframe.cpp204 bool frame::is_runtime_frame() const { function in class:frame
348 while (result.is_runtime_frame() ||
1215 // could be is_runtime_frame
H A Dfprofiler.cpp1097 if (fr.is_runtime_frame()) {
H A Dthread.cpp2181 if (f.is_runtime_frame() || f.is_safepoint_blob_frame()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp131 assert(thread->last_frame().is_runtime_frame(), "cannot call runtime directly from compiled code");
1157 assert(stub_frame.is_runtime_frame() || exception_blob()->contains(stub_frame.pc()), "sanity check");
1169 assert(stub_frame.is_runtime_frame() || exception_blob()->contains(stub_frame.pc()), "sanity check");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp692 assert(stub_frame.is_runtime_frame(), "sanity check");

Completed in 98 milliseconds