Lines Matching refs:frame_id
2426 JDWP::FrameId frame_id(visitor->GetFrameId()); in GetThreadFrames()
2430 << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth, frame_id) << location; in GetThreadFrames()
2431 expandBufAdd8BE(buf, frame_id); in GetThreadFrames()
2521 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject() argument
2536 if (frame_id != stack_visitor->GetFrameId()) { in GetThisObject()
2552 JDWP::FrameId frame_id, in FindAndHandleNonNativeFrame() argument
2559 if (stack_visitor->GetFrameId() != frame_id) { in FindAndHandleNonNativeFrame()
2580 JDWP::FrameId frame_id = request->ReadFrameId(); in GetLocalValues() local
2594 frame_id, in GetLocalValues()
2749 JDWP::FrameId frame_id = request->ReadFrameId(); in SetLocalValues() local
2763 frame_id, in SetLocalValues()