Home | History | Annotate | Download | only in runtime

Lines Matching refs:this_object_

1963       : StackVisitor(thread, context), this_object_(NULL), method_(NULL), dex_pc_(0) {}
1971 this_object_ = GetThisObject();
1977 mirror::Object* this_object_;
1996 return ThrowLocation(visitor.this_object_, visitor.method_, visitor.dex_pc_);
2185 mirror::Object* this_object = (*it).this_object_;
2218 mirror::Object* this_object = frame.this_object_;