Searched defs:GetThisObject (Results 1 - 3 of 3) sorted by relevance

/art/runtime/interpreter/
H A Dshadow_frame.cc23 mirror::Object* ShadowFrame::GetThisObject() const { function in class:art::ShadowFrame
37 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { function in class:art::ShadowFrame
/art/runtime/
H A Dstack.cc137 mirror::Object* StackVisitor::GetThisObject() const { function in class:art::StackVisitor
H A Ddebugger.cc2584 this_object = GetThisObject();
2593 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, function in class:art::Dbg
3058 this_at_throw_.Assign(GetThisObject());

Completed in 1594 milliseconds