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

/art/runtime/
H A Dstack.cc36 mirror::Object* ShadowFrame::GetThisObject() const { function in class:art::ShadowFrame
50 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { function in class:art::ShadowFrame
60 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
115 mirror::Object* StackVisitor::GetThisObject() const { function in class:art::StackVisitor
H A Ddebugger.cc2433 this_object = GetThisObject();
2442 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, function in class:art::Dbg

Completed in 14 milliseconds