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.h269 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
271 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
Dinterpreter.cc274 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
285 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
Dinterpreter_common.cc508 shadow_frame.GetThisObject(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc43 CHECK_EQ(stack_visitor->GetThisObject(), this_value); in FindMethodIndex()
/art/test/common/
Dstack_inspect.cc194 result = soa.AddLocalReference<jobject>(stack_visitor->GetThisObject()); in Java_Main_getThisOfCaller()
/art/runtime/
Dstack.h196 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
Dstack.cc114 mirror::Object* StackVisitor::GetThisObject() const { in GetThisObject() function in art::StackVisitor
Ddebugger.h514 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
Ddebugger.cc2521 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject() function in art::Dbg
2539 this_object = stack_visitor->GetThisObject(); in GetThisObject()
2985 this_at_throw.Assign(stack_visitor->GetThisObject()); in PostException()
/art/openjdkjvmti/
Dti_method.cc915 val_ = art::GcRoot<art::mirror::Object>(visitor.GetThisObject()); in Run()
/art/runtime/jdwp/
Djdwp_handler.cc1390 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id); in SF_ThisObject()