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 37 if (this_object_ != NULL) {
38 visitor(this_object_, arg);
throw_location.h 41 this_object_(throw_this_object),
46 return this_object_;
58 this_object_ = NULL;
69 mirror::Object* this_object_; variable
instrumentation.h 277 : this_object_(this_object), method_(method), return_pc_(return_pc), frame_id_(frame_id),
283 mirror::Object* this_object_; member in struct:art::instrumentation::InstrumentationStackFrame
instrumentation.cc 171 mirror::Object* this_object = (*it).this_object_;
223 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
522 mirror::Object* this_object = instrumentation_frame.this_object_;
574 MethodUnwindEvent(self, instrumentation_frame.this_object_, method, dex_pc);
581 << reinterpret_cast<void*>(return_pc_) << " this=" << reinterpret_cast<void*>(this_object_);
thread.cc 1969 mirror::Object* this_object_; member in struct:art::CurrentMethodVisitor
    [all...]

Completed in 109 milliseconds