Searched refs:this_object_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dthrow_location.cc36 if (this_object_ != nullptr) {
37 visitor(&this_object_, arg, 0, kRootVMInternal);
38 DCHECK(this_object_ != nullptr);
H A Dthrow_location.h42 this_object_(throw_this_object),
56 return this_object_;
68 this_object_ = NULL;
79 mirror::Object* this_object_; variable
H A Dinstrumentation.cc325 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,
1082 mirror::Object* this_object = instrumentation_frame.this_object_;
1135 MethodUnwindEvent(self, instrumentation_frame.this_object_, method, dex_pc);
1152 << reinterpret_cast<void*>(return_pc_) << " this=" << reinterpret_cast<void*>(this_object_);
H A Dinstrumentation.h472 : 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
H A Dthread.cc1951 : StackVisitor(thread, context), this_object_(nullptr), method_(nullptr), dex_pc_(0),
1960 this_object_ = GetThisObject();
1966 mirror::Object* this_object_; member in struct:art::FINAL
1986 return ThrowLocation(visitor.this_object_, visitor.method_, visitor.dex_pc_);
2201 if (frame.this_object_ != nullptr) {
2202 visitor(&frame.this_object_, arg, thread_id, kRootJavaFrame);

Completed in 62 milliseconds