Lines Matching refs:self
63 bool ClassLoaderHelper::AddToClassLoader(art::Thread* self, in AddToClassLoader() argument
66 art::ScopedObjectAccessUnchecked soa(self); in AddToClassLoader()
67 art::StackHandleScope<3> hs(self); in AddToClassLoader()
69 art::Runtime::Current()->GetClassLinker()->AppendToBootClassPath(self, dex_file); in AddToClassLoader()
73 hs.NewHandle(FindSourceDexFileObject(self, loader))); in AddToClassLoader()
79 AllocateNewDexFileCookie(self, old_cookie, dex_file))); in AddToClassLoader()
116 art::Thread* self, in AllocateNewDexFileCookie() argument
119 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie()
123 hs.NewHandle(art::mirror::LongArray::Alloc(self, cookie->GetLength() + 1))); in AllocateNewDexFileCookie()
125 self->AssertPendingOOMException(); in AllocateNewDexFileCookie()
138 art::Thread* self, in GetDexElementList() argument
140 art::StackHandleScope<4> hs(self); in GetDexElementList()
143 base_dex_loader_class(hs.NewHandle(self->DecodeJObject( in GetDexElementList()
173 art::Thread* self, art::Handle<art::mirror::ClassLoader> loader) { in FindSourceDexFileObject() argument
175 VisitDexFileObjects(self, in FindSourceDexFileObject()