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() 1404 FrameId frame_id = request.ReadFrameId(); in SF_ThisObject()
|
/art/runtime/ |
D | debugger.cc | 2332 JDWP::FrameId frame_id(GetFrameId()); in GetThreadFrames() 2435 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in GetThisVisitor() 2451 JDWP::FrameId frame_id; 2454 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject() 2478 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in FindFrameVisitor() 2504 const JDWP::FrameId frame_id_; 2510 JDWP::FrameId frame_id = request->ReadFrameId(); in GetLocalValues() 2676 JDWP::FrameId frame_id = request->ReadFrameId(); in SetLocalValues()
|
D | debugger.h | 479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
|