Home
last modified time | relevance | path

Searched refs:GetThisObject (Results 1 – 12 of 12) 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
Dshadow_frame.h258 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
260 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
Dinterpreter.cc298 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
317 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
Dinterpreter_switch_impl-inl.h194 shadow_frame.GetThisObject(accessor.InsSize()), in DoDexPcMoveEvent()
219 shadow_frame_.GetThisObject(Accessor().InsSize()), in HandleReturn()
498 shadow_frame_.GetThisObject(Accessor().InsSize()), in RETURN_OBJECT()
Dinterpreter_common.h206 ObjPtr<mirror::Object> thiz(frame.GetThisObject(num_dex_inst)); in PerformNonStandardReturn()
Dinterpreter_common.cc183 shadow_frame.GetThisObject(), in MoveToExceptionHandler()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc70 CHECK_EQ(stack_visitor->GetThisObject(), this_value); in FindMethodIndex()
/art/test/common/
Dstack_inspect.cc201 result = soa.AddLocalReference<jobject>(stack_visitor->GetThisObject()); in Java_Main_getThisOfCaller()
/art/runtime/
Dstack.h198 ObjPtr<mirror::Object> GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
Dinstrumentation.cc324 InstrumentationStackFrame instrumentation_frame(GetThisObject().Ptr(), in InstrumentationInstallStack()
388 m->IsRuntimeMethod() ? nullptr : GetThisObject().Ptr(), in InstrumentationInstallStack()
Dstack.cc146 ObjPtr<mirror::Object> StackVisitor::GetThisObject() const { in GetThisObject() function in art::StackVisitor
/art/openjdkjvmti/
Dti_method.cc1165 val_ = art::GcRoot<art::mirror::Object>(visitor.GetThisObject()); in Run()