HomeSort by relevance Sort by last modified time
    Searched refs:GetThisObject (Results 1 - 10 of 10) sorted by null

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 156 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_item->ins_size_)
    [all...]
interpreter_switch_impl.cc 55 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_item->ins_size_)
    [all...]
interpreter_common.cc 474 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(),
478 instrumentation->MethodUnwindEvent(self, shadow_frame.GetThisObject(),
    [all...]
  /art/runtime/
stack.h 311 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_);
stack.cc 36 mirror::Object* ShadowFrame::GetThisObject() const {
50 mirror::Object* ShadowFrame::GetThisObject(uint16_t num_ins) const {
60 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
118 mirror::Object* StackVisitor::GetThisObject() const {
instrumentation.cc 221 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
    [all...]
debugger.h 479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
thread.cc     [all...]
debugger.cc     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]

Completed in 3839 milliseconds