Lines Matching defs:self

165   Thread* self = Thread::Current();  in ThrowNoClassDefFoundError()  local
170 static bool HasInitWithString(Thread* self, ClassLinker* class_linker, const char* descriptor) in HasInitWithString()
201 static void HandleEarlierVerifyError(Thread* self, in HandleEarlierVerifyError()
289 void AddClass(Thread* self, ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in AddClass()
307 void MakeVisible(Thread* self) { in MakeVisible()
313 void Run(Thread* self) override { in Run()
319 void AdjustThreadVisibilityCounter(Thread* self, ssize_t adjustment) { in AdjustThreadVisibilityCounter()
359 void ClassLinker::MakeInitializedClassesVisiblyInitialized(Thread* self, bool wait) { in MakeInitializedClassesVisiblyInitialized()
393 void ClassLinker::VisiblyInitializedCallbackDone(Thread* self, in VisiblyInitializedCallbackDone()
418 void ClassLinker::ForceClassInitialized(Thread* self, Handle<mirror::Class> klass) { in ForceClassInitialized()
428 Thread* self, Handle<mirror::Class> klass) { in MarkClassInitialized()
461 Thread* self, ArtMethod* method, const void* native_method) { in RegisterNative()
489 void ClassLinker::UnregisterNative(Thread* self, ArtMethod* method) { in UnregisterNative()
504 const void* ClassLinker::GetRegisteredNative(Thread* self, ArtMethod* method) { in GetRegisteredNative()
544 Thread* self = Thread::Current(); in ThrowEarlierClassFailure() local
579 Thread* self = Thread::Current(); in WrapExceptionInInitializer() local
719 void ClassLinker::CheckSystemClass(Thread* self, Handle<mirror::Class> c1, const char* descriptor) { in CheckSystemClass()
741 Thread* const self = Thread::Current(); in InitWithoutImage() local
1118 static void CreateStringInitBindings(Thread* self, ClassLinker* class_linker) in CreateStringInitBindings()
1130 void ClassLinker::FinishInit(Thread* self) { in FinishInit()
1198 void ClassLinker::RunRootClinits(Thread* self) { in RunRootClinits()
1229 Thread* const self = Thread::Current(); in InitFromBootImage() local
1381 Thread* self, in AddExtraBootDexFiles()
1671 Thread* const self = Thread::Current(); in Update() local
2051 Thread* self = Thread::Current(); in VerifyAppImage() local
2086 Thread* const self = Thread::Current(); in AddImageSpace() local
2305 Thread* const self = Thread::Current(); in VisitClassRoots() local
2440 Thread* const self = Thread::Current(); in VisitClasses() local
2496 Thread* const self = Thread::Current(); in VisitClassesWithoutClassesLock() local
2531 Thread* const self = Thread::Current(); in ~ClassLinker() local
2545 void ClassLinker::DeleteClassLoader(Thread* self, const ClassLoaderData& data, bool cleanup_cha) { in DeleteClassLoader()
2581 ObjPtr<mirror::PointerArray> ClassLinker::AllocPointerArray(Thread* self, size_t length) { in AllocPointerArray()
2589 Thread* self, in AllocDexCache()
2610 ObjPtr<mirror::DexCache> ClassLinker::AllocAndInitializeDexCache(Thread* self, in AllocAndInitializeDexCache()
2629 ObjPtr<mirror::Class> ClassLinker::AllocClass(Thread* self, in AllocClass()
2646 ObjPtr<mirror::Class> ClassLinker::AllocClass(Thread* self, in AllocClass()
2653 ObjPtr<mirror::Class> ClassLinker::AllocClass(Thread* self, uint32_t class_size) { in AllocClass()
2657 void ClassLinker::AllocPrimitiveArrayClass(Thread* self, in AllocPrimitiveArrayClass()
2740 Thread* self, in AllocStackTraceElementArray()
2746 ObjPtr<mirror::Class> ClassLinker::EnsureResolved(Thread* self, in EnsureResolved()
2839 Thread* self, in FindClassInSharedLibraries()
2868 Thread* self, in FindClassInBaseDexClassLoader()
2967 ALWAYS_INLINE void FilterDexFileCaughtExceptions(Thread* self, ClassLinker* class_linker) in FilterDexFileCaughtExceptions()
2978 ObjPtr<mirror::Class> ClassLinker::FindClassInBootClassLoaderClassPath(Thread* self, in FindClassInBootClassLoaderClassPath()
3040 ObjPtr<mirror::Class> ClassLinker::FindClass(Thread* self, in FindClass()
3271 ObjPtr<mirror::Class> ClassLinker::DefineClass(Thread* self, in DefineClass()
3609 void ClassLinker::FixupStaticTrampolines(Thread* self, ObjPtr<mirror::Class> klass) { in FixupStaticTrampolines()
3789 LengthPrefixedArray<ArtField>* ClassLinker::AllocArtFieldArray(Thread* self, in AllocArtFieldArray()
3805 LengthPrefixedArray<ArtMethod>* ClassLinker::AllocArtMethodArray(Thread* self, in AllocArtMethodArray()
3847 void ClassLinker::LoadClass(Thread* self, in LoadClass()
4031 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile* dex_file) { in AppendToBootClassPath()
4052 Thread* const self = Thread::Current(); in RegisterDexFileLocked() local
4121 ObjPtr<mirror::DexCache> ClassLinker::DecodeDexCacheLocked(Thread* self, const DexCacheData* data) { in DecodeDexCacheLocked()
4139 Thread* self = Thread::Current(); in RegisterExistingDexCache() local
4171 static void ThrowDexFileAlreadyRegisteredError(Thread* self, const DexFile& dex_file) in ThrowDexFileAlreadyRegisteredError()
4180 Thread* self = Thread::Current(); in RegisterDexFile() local
4271 bool ClassLinker::IsDexFileRegistered(Thread* self, const DexFile& dex_file) { in IsDexFileRegistered()
4276 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const DexFile& dex_file) { in FindDexCache()
4294 ClassTable* ClassLinker::FindClassTable(Thread* self, ObjPtr<mirror::DexCache> dex_cache) { in FindClassTable()
4323 void ClassLinker::CreatePrimitiveClass(Thread* self, in CreatePrimitiveClass()
4366 ObjPtr<mirror::Class> ClassLinker::CreateArrayClass(Thread* self, in CreateArrayClass()
4571 ObjPtr<mirror::Class> ClassLinker::LookupClass(Thread* self, in LookupClass()
4577 ObjPtr<mirror::Class> ClassLinker::LookupClass(Thread* self, in LookupClass()
4642 Thread* const self = Thread::Current(); in LookupClasses() local
4654 bool ClassLinker::AttemptSupertypeVerification(Thread* self, in AttemptSupertypeVerification()
4700 Thread* self, Handle<mirror::Class> klass, verifier::HardFailLogMode log_level) { in VerifyClass()
4916 verifier::FailureKind ClassLinker::PerformClassVerification(Thread* self, in PerformClassVerification()
5029 Thread* self = soa.Self(); in CreateProxyClass() local
5374 bool ClassLinker::InitializeClass(Thread* self, in InitializeClass()
5685 bool ClassLinker::InitializeDefaultInterfaceRecursive(Thread* self, in InitializeDefaultInterfaceRecursive()
5737 Thread* self, in WaitForInitializeClass()
5838 static bool HasSameSignatureWithDifferentClassLoaders(Thread* self, in HasSameSignatureWithDifferentClassLoaders()
5930 Thread* self = Thread::Current(); in ValidateSuperClassDescriptors() local
5975 bool ClassLinker::EnsureInitialized(Thread* self, in EnsureInitialized()
6053 Thread* const self = Thread::Current(); in RegisterClassLoader() local
6094 bool ClassLinker::LinkClass(Thread* self, in LinkClass()
6371 bool ClassLinker::LinkMethods(Thread* self, in LinkMethods()
6511 Thread* self, in LinkVirtualMethods()
6770 static bool ContainsOverridingMethodOf(Thread* self, in ContainsOverridingMethodOf()
6811 Thread* self, in FindDefaultMethodImplementation()
6961 bool ClassLinker::AllocateIfTableMethodArrays(Thread* self, in AllocateIfTableMethodArrays()
7317 bool ClassLinker::SetupInterfaceLookupTable(Thread* self, Handle<mirror::Class> klass, in SetupInterfaceLookupTable()
7441 void CheckClassOwnsVTableEntries(Thread* self, in CheckClassOwnsVTableEntries()
7474 void CheckVTableHasNoDuplicates(Thread* self, Handle<mirror::Class> klass) in CheckVTableHasNoDuplicates()
7630 void CheckVTableHasNoDuplicates(Thread* self, in CheckVTableHasNoDuplicates()
7644 static void CheckVTable(Thread* self, Handle<mirror::Class> klass, PointerSize pointer_size) in CheckVTable()
7685 Thread* self, in LinkInterfaceMethodsHelper()
8173 Thread* self, in LinkInterfaceMethods()
8416 bool ClassLinker::LinkInstanceFields(Thread* self, Handle<mirror::Class> klass) { in LinkInstanceFields()
8421 bool ClassLinker::LinkStaticFields(Thread* self, Handle<mirror::Class> klass, size_t* class_size) { in LinkStaticFields()
8460 bool ClassLinker::LinkFields(Thread* self, in LinkFields()
8725 Thread* const self = Thread::Current(); in DoLookupResolvedType() local
8760 Thread* self = Thread::Current(); in DoResolveType() local
9067 Thread* self = is_static ? Thread::Current() : nullptr; in FindResolvedField() local
9100 Thread* self = Thread::Current(); in FindResolvedFieldJLS() local
9123 Thread* self, in ResolveMethodType()
9184 ObjPtr<mirror::MethodType> ClassLinker::ResolveMethodType(Thread* self, in ResolveMethodType()
9194 Thread* self, in ResolveMethodHandleForField()
9322 Thread* self, in ResolveMethodHandleForMethod()
9497 ObjPtr<mirror::MethodHandle> ClassLinker::ResolveMethodHandle(Thread* self, in ResolveMethodHandle()
9675 Thread* self, in CreateWellKnownClassLoader()
9805 jobject ClassLinker::CreateWellKnownClassLoader(Thread* self, in CreateWellKnownClassLoader()
9844 jobject ClassLinker::CreatePathClassLoader(Thread* self, in CreatePathClassLoader()
9858 Thread* const self = Thread::Current(); in VisitClassLoaders() local
9881 Thread* const self = Thread::Current(); in InsertDexFileInToClassLoader() local
9893 Thread* const self = Thread::Current(); in CleanupClassLoaders() local
9945 ObjPtr<mirror::IfTable> ClassLinker::AllocIfTable(Thread* self, size_t ifcount) { in AllocIfTable()