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

/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc156 instrumentation->MethodEnterEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
261 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
265 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
280 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
284 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
300 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
304 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
319 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
323 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
360 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_ite
[all...]
H A Dinterpreter_switch_impl.cc55 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), \
78 instrumentation->MethodEnterEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
186 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
190 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
202 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
206 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
219 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
223 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
235 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_),
239 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_ite
[all...]
H A Dinterpreter_common.cc474 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(),
478 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(),
/art/runtime/
H A Dstack.h311 mirror::Object* GetThisObject() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
313 mirror::Object* GetThisObject(uint16_t num_ins) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
537 mirror::Object* GetThisObject() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dstack.cc36 mirror::Object* ShadowFrame::GetThisObject() const { function in class:art::ShadowFrame
50 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const { function in class:art::ShadowFrame
60 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
118 mirror::Object* StackVisitor::GetThisObject() const { function in class:art::StackVisitor
H A Dinstrumentation.cc221 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
H A Ddebugger.h479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
H A Dthread.cc1997 this_object_ = GetThisObject();
H A Ddebugger.cc2445 this_object = GetThisObject();
2454 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, function in class:art::Dbg
/art/runtime/jdwp/
H A Djdwp_handler.cc1407 JdwpError rc = Dbg::GetThisObject(thread_id, frame_id, &object_id);

Completed in 130 milliseconds