Searched refs:FrameId (Results 1 - 5 of 5) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_request.cc129 FrameId Request::ReadFrameId() {
130 FrameId id = Read8BE();
H A Djdwp.h61 typedef uint64_t FrameId; /* short-lived stack frame ID */ typedef in namespace:art::JDWP
69 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); }
74 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id); }
447 FrameId ReadFrameId();
H A Djdwp_handler.cc223 expandBufAdd4BE(pReply, sizeof(FrameId));
1380 FrameId frame_id = request->ReadFrameId();
/art/runtime/
H A Ddebugger.cc2323 JDWP::FrameId frame_id(GetFrameId());
2426 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id_in)
2444 JDWP::FrameId frame_id;
2447 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
2465 // Walks the stack until we find the frame with the given FrameId.
2468 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id)
2496 const JDWP::FrameId frame_id_;
2504 JDWP::FrameId frame_id = request->ReadFrameId();
2675 JDWP::FrameId frame_id = request->ReadFrameId();
H A Ddebugger.h473 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,

Completed in 126 milliseconds