Home | History | Annotate | Download | only in runtime

Lines Matching full:self_

1172         self_(Thread::Current()) {}
1183 const Thread* self_;
6767 self_(self),
6834 ScopedThreadStateChange tsc(self_, kSuspended);
6835 gc::ScopedGCCriticalSection gcs(self_,
6875 Thread* const self_;
6899 switch (class_linker_->FindDefaultMethodImplementation(self_,
7027 self_, old_methods, old_methods_ptr_size, new_size));
7134 down_cast<mirror::PointerArray*>(old_vtable->CopyOf(self_, new_vtable_count));
7136 self_->AssertPendingOOMException();