Searched refs:FrameId (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 58 typedef uint64_t FrameId; /* short-lived stack frame ID */ typedef 66 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId() 71 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId() 420 FrameId ReadFrameId();
|
D | jdwp_request.cc | 129 FrameId Request::ReadFrameId() { in ReadFrameId() 130 FrameId id = Read8BE(); in ReadFrameId()
|
D | jdwp_handler.cc | 268 expandBufAdd4BE(pReply, sizeof(FrameId)); in VM_IDSizes() 1389 FrameId frame_id = request.ReadFrameId(); in SF_GetValues() 1416 FrameId frame_id = request.ReadFrameId(); in SF_SetValues() 1438 FrameId frame_id = request.ReadFrameId(); in SF_ThisObject()
|
/art/runtime/ |
D | debugger.h | 473 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, 478 static JDWP::JdwpError GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, 482 static JDWP::JdwpError SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot,
|
D | debugger.cc | 2320 JDWP::FrameId frame_id(GetFrameId()); in GetThreadFrames() 2423 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in GetThisVisitor() 2439 JDWP::FrameId frame_id; 2442 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject() 2463 JDWP::JdwpError Dbg::GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, in GetLocalValue() 2467 JDWP::FrameId frame_id, int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) in GetLocalValue() 2607 const JDWP::FrameId frame_id_; in GetLocalValue() 2629 JDWP::JdwpError Dbg::SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, in SetLocalValue() 2633 JDWP::FrameId frame_id, int slot, JDWP::JdwpTag tag, uint64_t value, in SetLocalValue() 2735 const JDWP::FrameId frame_id_; in SetLocalValue()
|