Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.cc23 mirror::Object* ShadowFrame::GetThisObject() const { in GetThisObject() function in art::ShadowFrame
37 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { in GetThisObject() function in art::ShadowFrame
/art/runtime/
Dstack.cc146 ObjPtr<mirror::Object> StackVisitor::GetThisObject() const { in GetThisObject() function in art::StackVisitor