Searched refs:GetFrameId (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc223 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
230 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
296 GetFrameId(), // A runtime method still gets a frame id.
392 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId()
399 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
405 const size_t frameId = GetFrameId();
H A Dstack.cc181 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId();
406 const size_t frame_id = GetFrameId();
442 const size_t frame_id = GetFrameId();
562 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation();
H A Dstack.h175 size_t GetFrameId() REQUIRES_SHARED(Locks::mutator_lock_) {
H A Dquick_exception_handler.cc124 size_t frame_id = GetFrameId();
360 const size_t frame_id = GetFrameId();
H A Dthread.cc313 size_t GetFrameId() const { return frame_id_; } function in class:art::FrameIdToShadowFrame
341 if (record->GetFrameId() == frame_id) {
397 if (head->GetFrameId() == frame_id) {
406 if (record->GetFrameId() == frame_id) {
H A Ddebugger.cc2462 JDWP::FrameId frame_id(GetFrameId());
2581 if (frame_id != GetFrameId()) {
2623 if (GetFrameId() != frame_id_) {
3719 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(GetFrameId());
/art/openjdkjvmti/
H A Dti_stack.cc1067 const size_t frame_id = visitor.GetFrameId();

Completed in 170 milliseconds