Searched refs:GetThisObject (Results 1 – 12 of 12) sorted by relevance
23 mirror::Object* ShadowFrame::GetThisObject() const { in GetThisObject() function in art::ShadowFrame37 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { in GetThisObject() function in art::ShadowFrame
258 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);260 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
298 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()317 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
194 shadow_frame.GetThisObject(accessor.InsSize()), in DoDexPcMoveEvent()219 shadow_frame_.GetThisObject(Accessor().InsSize()), in HandleReturn()498 shadow_frame_.GetThisObject(Accessor().InsSize()), in RETURN_OBJECT()
206 ObjPtr<mirror::Object> thiz(frame.GetThisObject(num_dex_inst)); in PerformNonStandardReturn()
183 shadow_frame.GetThisObject(), in MoveToExceptionHandler()
70 CHECK_EQ(stack_visitor->GetThisObject(), this_value); in FindMethodIndex()
201 result = soa.AddLocalReference<jobject>(stack_visitor->GetThisObject()); in Java_Main_getThisOfCaller()
198 ObjPtr<mirror::Object> GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
324 InstrumentationStackFrame instrumentation_frame(GetThisObject().Ptr(), in InstrumentationInstallStack()388 m->IsRuntimeMethod() ? nullptr : GetThisObject().Ptr(), in InstrumentationInstallStack()
146 ObjPtr<mirror::Object> StackVisitor::GetThisObject() const { in GetThisObject() function in art::StackVisitor
1165 val_ = art::GcRoot<art::mirror::Object>(visitor.GetThisObject()); in Run()