Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h50 typedef uint64_t FrameId; /* short-lived stack frame ID */ typedef
58 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId()
63 static inline void expandBufAddFrameId(ExpandBuf* pReply, FrameId id) { expandBufAdd8BE(pReply, id)… in expandBufAddFrameId()
377 FrameId ReadFrameId();
Djdwp_request.cc127 FrameId Request::ReadFrameId() { in ReadFrameId()
128 FrameId id = Read8BE(); in ReadFrameId()
Djdwp_handler.cc260 expandBufAdd4BE(pReply, sizeof(FrameId)); in VM_IDSizes()
1396 FrameId frame_id = request.ReadFrameId(); in SF_GetValues()
1420 FrameId frame_id = request.ReadFrameId(); in SF_SetValues()
1439 FrameId frame_id = request.ReadFrameId(); in SF_ThisObject()
/art/runtime/
Ddebugger.h306 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
311 static void GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot,
314 static void SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot,
Ddebugger.cc1881 JDWP::FrameId frame_id(GetFrameId()); in GetThreadFrames()
1975 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in GetThisVisitor()
1991 JDWP::FrameId frame_id;
1994 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject()
2015 void Dbg::GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, JDWP::JdwpTag t… in GetLocalValue()
2018 GetLocalVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id, int slot, in GetLocalValue()
2134 const JDWP::FrameId frame_id_; in GetLocalValue()
2153 void Dbg::SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, JDWP::JdwpTag t… in SetLocalValue()
2157 JDWP::FrameId frame_id, int slot, JDWP::JdwpTag tag, uint64_t value, in SetLocalValue()
2221 const JDWP::FrameId frame_id_; in SetLocalValue()