Searched refs:FrameId (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_request.cc | 130 FrameId Request::ReadFrameId() { in ReadFrameId() 131 FrameId id = Read8BE(); in ReadFrameId()
|
D | jdwp.h | 62 typedef uint64_t FrameId; /* short-lived stack frame ID */ typedef 70 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId() 75 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId() 452 FrameId ReadFrameId();
|
D | jdwp_handler.cc | 226 expandBufAdd4BE(pReply, sizeof(FrameId)); in VM_IDSizes() 1387 FrameId frame_id = request->ReadFrameId(); in SF_ThisObject()
|
/art/runtime/ |
D | debugger.cc | 2384 JDWP::FrameId frame_id(GetFrameId()); in GetThreadFrames() 2494 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id_in) in GetThisVisitor() 2512 JDWP::FrameId frame_id; 2515 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject() 2536 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in FindFrameVisitor() 2564 const JDWP::FrameId frame_id_; 2572 JDWP::FrameId frame_id = request->ReadFrameId(); in GetLocalValues() 2743 JDWP::FrameId frame_id = request->ReadFrameId(); in SetLocalValues()
|
D | debugger.h | 482 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
|