Lines Matching refs:self

161   mirror::Class* FindClass(Thread* self,
173 Thread* self,
183 mirror::Class* FindSystemClass(Thread* self, const char* descriptor)
188 mirror::Class* FindArrayClass(Thread* self, mirror::Class** element_class)
198 mirror::Class* DefineClass(Thread* self,
209 mirror::Class* LookupClass(Thread* self,
320 ArtMethod* ResolveMethod(Thread* self, uint32_t method_idx, ArtMethod* referrer, InvokeType type)
367 bool EnsureInitialized(Thread* self,
411 mirror::DexCache* FindDexCache(Thread* self,
421 mirror::Object* AllocObject(Thread* self)
427 mirror::ObjectArray<T>* AllocObjectArray(Thread* self, size_t length)
431 mirror::ObjectArray<mirror::Class>* AllocClassArray(Thread* self, size_t length)
435 mirror::ObjectArray<mirror::String>* AllocStringArray(Thread* self, size_t length)
439 LengthPrefixedArray<ArtField>* AllocArtFieldArray(Thread* self,
443 LengthPrefixedArray<ArtMethod>* AllocArtMethodArray(Thread* self,
447 mirror::PointerArray* AllocPointerArray(Thread* self, size_t length)
451 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
455 mirror::ObjectArray<mirror::StackTraceElement>* AllocStackTraceElementArray(Thread* self,
460 void VerifyClass(Thread* self,
564 jobject CreatePathClassLoader(Thread* self, const std::vector<const DexFile*>& dex_files)
671 bool AttemptSupertypeVerification(Thread* self,
677 static void DeleteClassLoader(Thread* self, const ClassLoaderData& data)
697 void FinishInit(Thread* self)
702 mirror::Class* AllocClass(Thread* self, mirror::Class* java_lang_Class, uint32_t class_size)
709 mirror::Class* AllocClass(Thread* self, uint32_t class_size)
712 mirror::DexCache* AllocDexCache(Thread* self,
718 mirror::Class* CreatePrimitiveClass(Thread* self, Primitive::Type type)
725 mirror::Class* CreateArrayClass(Thread* self,
732 void AppendToBootClassPath(Thread* self, const DexFile& dex_file)
752 void LoadClass(Thread* self,
757 void LoadClassMembers(Thread* self,
767 void LoadMethod(Thread* self,
783 mirror::DexCache* FindDexCacheLocked(Thread* self, const DexFile& dex_file, bool allow_failure)
787 bool InitializeClass(Thread* self,
793 bool InitializeDefaultInterfaceRecursive(Thread* self,
800 Thread* self,
805 bool IsSameDescriptorInDifferentClassContexts(Thread* self,
811 bool IsSameMethodSignatureInDifferentClassContexts(Thread* self,
817 bool LinkClass(Thread* self,
832 bool LinkMethods(Thread* self,
919 // * self - The current thread.
932 Thread* self,
939 bool SetupInterfaceLookupTable(Thread* self,
954 // * self - The current thread.
970 Thread* self,
979 Thread* self,
985 bool LinkStaticFields(Thread* self, Handle<mirror::Class> klass, size_t* class_size)
987 bool LinkInstanceFields(Thread* self, Handle<mirror::Class> klass)
989 bool LinkFields(Thread* self, Handle<mirror::Class> klass, bool is_static, size_t* class_size)
1052 mirror::Class* EnsureResolved(Thread* self, const char* descriptor, mirror::Class* klass)
1086 // Check that c1 == FindSystemClass(self, descriptor). Abort with class dumps otherwise.
1087 void CheckSystemClass(Thread* self, Handle<mirror::Class> c1, const char* descriptor)