Lines Matching full:this_object_
1988 : StackVisitor(thread, context), this_object_(nullptr), method_(nullptr), dex_pc_(0),
1997 this_object_ = GetThisObject();
2003 mirror::Object* this_object_;
2023 return ThrowLocation(visitor.this_object_, visitor.method_, visitor.dex_pc_);
2239 if (frame.this_object_ != nullptr) {
2240 visitor(&frame.this_object_, arg, RootInfo(kRootVMInternal, thread_id));