Searched refs:GetThisObject (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Dstack.cc31 mirror::Object* ShadowFrame::GetThisObject() const { function in class:art::ShadowFrame
45 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { function in class:art::ShadowFrame
55 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
103 mirror::Object* StackVisitor::GetThisObject() const { function in class:art::StackVisitor
H A Dstack.h203 mirror::Object* GetThisObject() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
205 mirror::Object* GetThisObject(uint16_t num_ins) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
421 mirror::Object* GetThisObject() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Ddebugger.h306 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
H A Dinstrumentation.cc140 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
H A Ddebugger.cc1985 this_object = GetThisObject();
1994 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, function in class:art::Dbg
H A Dthread.cc1963 this_object_ = GetThisObject();
/art/runtime/jdwp/
H A Djdwp_handler.cc1442 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id);
/art/runtime/interpreter/
H A Dinterpreter.cc1091 SirtRef<Object> this_object_ref(self, shadow_frame.GetThisObject(code_item->ins_size_));

Completed in 140 milliseconds