Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A 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
/aosp12/art/runtime/
H A Dstack.cc146 ObjPtr<mirror::Object> StackVisitor::GetThisObject() const { in GetThisObject() function in art::StackVisitor