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

/art/runtime/
H A Dinstrumentation.cc1028 size_t frame_id = StackVisitor::ComputeNumFrames(self) + delta; local
1029 if (frame_id != instrumentation_frame.frame_id_) {
1030 LOG(ERROR) << "Expected frame_id=" << frame_id << " but found "
1033 CHECK_EQ(frame_id, instrumentation_frame.frame_id_);
1041 size_t frame_id = StackVisitor::ComputeNumFrames(self); local
1047 frame_id, interpreter_entry);
H A Dinstrumentation.h471 uintptr_t return_pc, size_t frame_id, bool interpreter_entry)
472 : this_object_(this_object), method_(method), return_pc_(return_pc), frame_id_(frame_id),
470 InstrumentationStackFrame(mirror::Object* this_object, mirror::ArtMethod* method, uintptr_t return_pc, size_t frame_id, bool interpreter_entry) argument
H A Ddebugger.cc2332 JDWP::FrameId frame_id(GetFrameId());
2335 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location;
2336 expandBufAdd8BE(buf_, frame_id);
2435 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id)
2437 : StackVisitor(thread, context), this_object(NULL), frame_id(frame_id) {}
2442 if (frame_id != GetFrameId()) {
2451 JDWP::FrameId frame_id; member in struct:art::GetThisVisitor
2454 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, argument
2469 GetThisVisitor visitor(thread, context.get(), frame_id);
2510 JDWP::FrameId frame_id = request->ReadFrameId(); local
2676 JDWP::FrameId frame_id = request->ReadFrameId(); local
[all...]
H A Ddebugger.h479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
/art/runtime/jdwp/
H A Djdwp_handler.cc1404 FrameId frame_id = request.ReadFrameId(); local
1407 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id);

Completed in 55 milliseconds