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

/art/runtime/
H A Dstack.cc31 mirror::Object* ShadowFrame::GetThisObject() const { function in class:art::ShadowFrame
45 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { function in class:art::ShadowFrame
55 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
103 mirror::Object* StackVisitor::GetThisObject() const { function in class:art::StackVisitor
H A Ddebugger.cc1985 this_object = GetThisObject();
1994 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, function in class:art::Dbg

Completed in 63 milliseconds