Searched refs:GetThisObject (Results 1 – 14 of 14) sorted by relevance
/art/runtime/interpreter/ |
D | shadow_frame.cc | 23 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
|
D | shadow_frame.h | 269 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_); 271 mirror::Object* GetThisObject(uint16_t num_ins) const REQUIRES_SHARED(Locks::mutator_lock_);
|
D | interpreter.cc | 274 shadow_frame.GetThisObject(accessor.InsSize()), in Execute() 285 shadow_frame.GetThisObject(accessor.InsSize()), in Execute()
|
D | interpreter_switch_impl-inl.h | 101 shadow_frame.GetThisObject(Accessor().InsSize()), in CheckForceReturn() 319 shadow_frame.GetThisObject(accessor.InsSize()), in DoDexPcMoveEvent() 485 shadow_frame.GetThisObject(Accessor().InsSize()), in RETURN_VOID_NO_BARRIER() 512 shadow_frame.GetThisObject(Accessor().InsSize()), in RETURN_VOID() 540 shadow_frame.GetThisObject(Accessor().InsSize()), in RETURN() 567 shadow_frame.GetThisObject(Accessor().InsSize()), in RETURN_WIDE() 614 shadow_frame.GetThisObject(Accessor().InsSize()), in RETURN_OBJECT()
|
D | interpreter_common.cc | 508 shadow_frame.GetThisObject(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
|
/art/test/461-get-reference-vreg/ |
D | get_reference_vreg_jni.cc | 43 CHECK_EQ(stack_visitor->GetThisObject(), this_value); in FindMethodIndex()
|
/art/test/common/ |
D | stack_inspect.cc | 194 result = soa.AddLocalReference<jobject>(stack_visitor->GetThisObject()); in Java_Main_getThisOfCaller()
|
/art/runtime/ |
D | stack.h | 196 mirror::Object* GetThisObject() const REQUIRES_SHARED(Locks::mutator_lock_);
|
D | instrumentation.cc | 291 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(), in InstrumentationInstallStack() 355 m->IsRuntimeMethod() ? nullptr : GetThisObject(), in InstrumentationInstallStack()
|
D | stack.cc | 114 mirror::Object* StackVisitor::GetThisObject() const { in GetThisObject() function in art::StackVisitor
|
D | debugger.h | 514 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
|
D | debugger.cc | 2521 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/ |
D | ti_method.cc | 915 val_ = art::GcRoot<art::mirror::Object>(visitor.GetThisObject()); in Run()
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 1390 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id); in SF_ThisObject()
|