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

  /art/runtime/
throw_location.cc 36 if (this_object_ != nullptr) {
37 visitor(&this_object_, arg, RootInfo(kRootVMInternal));
38 DCHECK(this_object_ != nullptr);
throw_location.h 43 this_object_(throw_this_object),
57 return this_object_;
69 this_object_ = NULL;
80 mirror::Object* this_object_; variable
instrumentation.cc 325 instrumentation->MethodEnterEvent(thread, (*ssi).this_object_, (*ssi).method_, 0);
331 instrumentation->MethodEnterEvent(thread, (*isi).this_object_, (*isi).method_, dex_pc);
385 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
    [all...]
instrumentation.h 472 : this_object_(this_object), method_(method), return_pc_(return_pc), frame_id_(frame_id),
478 mirror::Object* this_object_; member in struct:art::instrumentation::InstrumentationStackFrame
thread.cc 2003 mirror::Object* this_object_; member in struct:art::FINAL
    [all...]

Completed in 89 milliseconds