Lines Matching refs:frame_id
2386 JDWP::FrameId frame_id(GetFrameId()); in GetThreadFrames() local
2389 … VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location; in GetThreadFrames()
2390 expandBufAdd8BE(buf_, frame_id); in GetThreadFrames()
2493 frame_id(frame_id_in) {} in GetThisVisitor()
2498 if (frame_id != GetFrameId()) { in VisitFrame()
2507 JDWP::FrameId frame_id; member
2510 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject() argument
2522 GetThisVisitor visitor(thread, context.get(), frame_id); in GetThisObject()
2531 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in FindFrameVisitor() argument
2534 frame_id_(frame_id), in FindFrameVisitor()
2565 JDWP::FrameId frame_id = request->ReadFrameId(); in GetLocalValues() local
2578 FindFrameVisitor visitor(thread, context.get(), frame_id); in GetLocalValues()
2736 JDWP::FrameId frame_id = request->ReadFrameId(); in SetLocalValues() local
2749 FindFrameVisitor visitor(thread, context.get(), frame_id); in SetLocalValues()