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.cc274 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
294 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
Dinterpreter_switch_impl-inl.h216 shadow_frame.GetThisObject(accessor.InsSize()), in DoDexPcMoveEvent()
242 shadow_frame.GetThisObject(Accessor().InsSize()), in HandleReturn()
519 shadow_frame.GetThisObject(Accessor().InsSize()), in RETURN_OBJECT()
Dinterpreter_common.h206 ObjPtr<mirror::Object> thiz(frame.GetThisObject(num_dex_inst)); in PerformNonStandardReturn()
Dinterpreter_common.cc187 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.cc1162 val_ = art::GcRoot<art::mirror::Object>(visitor.GetThisObject()); in Run()