Home
last modified time | relevance | path

Searched defs:frame_id (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dstack.cc227 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); in GetVRegFromDebuggerShadowFrame() local
452 const size_t frame_id = GetFrameId(); in SetVReg() local
488 const size_t frame_id = GetFrameId(); in SetVRegPair() local
893 size_t frame_id = instrumentation::Instrumentation::ComputeFrameId( in WalkStack() local
Dquick_exception_handler.cc122 size_t frame_id = GetFrameId(); in HandleTryItems() local
358 const size_t frame_id = GetFrameId(); in VisitFrame() local
Dthread.cc279 static FrameIdToShadowFrame* Create(size_t frame_id, in Create()
302 FrameIdToShadowFrame(size_t frame_id, in FrameIdToShadowFrame()
318 size_t frame_id) { in FindFrameIdToShadowFrame()
334 ShadowFrame* Thread::FindDebuggerShadowFrame(size_t frame_id) { in FindDebuggerShadowFrame()
344 bool* Thread::GetUpdatedVRegFlags(size_t frame_id) { in GetUpdatedVRegFlags()
351 ShadowFrame* Thread::FindOrCreateDebuggerShadowFrame(size_t frame_id, in FindOrCreateDebuggerShadowFrame()
375 void Thread::RemoveDebuggerShadowFrameMapping(size_t frame_id) { in RemoveDebuggerShadowFrameMapping()
Dinstrumentation.cc1040 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) + delta; in CheckStackDepth() local
1053 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk); in PushInstrumentationStackFrame() local
Ddebugger.cc2378 JDWP::FrameId frame_id(GetFrameId()); in GetThreadFrames() local
2505 JDWP::FrameId frame_id; member
2508 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject()
2529 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in FindFrameVisitor()
2565 JDWP::FrameId frame_id = request->ReadFrameId(); in GetLocalValues() local
2736 JDWP::FrameId frame_id = request->ReadFrameId(); in SetLocalValues() local
/art/runtime/jdwp/
Djdwp_handler.cc1387 FrameId frame_id = request->ReadFrameId(); in SF_ThisObject() local