Lines Matching refs:ObjPtr

111   ObjPtr<mirror::Class> element_class = soa.Decode<mirror::Class>(javaElementClass);  in VMRuntime_newNonMovableArray()
117 ObjPtr<mirror::Class> array_class = in VMRuntime_newNonMovableArray()
123 ObjPtr<mirror::Array> result = mirror::Array::Alloc(soa.Self(), in VMRuntime_newNonMovableArray()
138 ObjPtr<mirror::Class> element_class = soa.Decode<mirror::Class>(javaElementClass); in VMRuntime_newUnpaddedArray()
144 ObjPtr<mirror::Class> array_class = runtime->GetClassLinker()->FindArrayClass(soa.Self(), in VMRuntime_newUnpaddedArray()
150 ObjPtr<mirror::Array> result = in VMRuntime_newUnpaddedArray()
165 ObjPtr<mirror::Array> array = soa.Decode<mirror::Array>(javaArray); in VMRuntime_addressOf()
371 using StringTable = std::map<std::string, ObjPtr<mirror::String>>;
379 ObjPtr<mirror::String> string = root->AsString(); in VisitRoot()
389 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings) in PreloadDexCachesResolveString()
398 ObjPtr<mirror::String> string = strings[utf8]; in PreloadDexCachesResolveString()
407 ObjPtr<mirror::DexCache> dex_cache, in PreloadDexCachesResolveType()
418 ObjPtr<mirror::Class> klass = (class_name[1] == '\0') in PreloadDexCachesResolveType()
428 static void PreloadDexCachesResolveField(ObjPtr<mirror::DexCache> dex_cache, in PreloadDexCachesResolveField()
441 ObjPtr<mirror::Class> klass = Runtime::Current()->GetClassLinker()->LookupResolvedType( in PreloadDexCachesResolveField()
456 static void PreloadDexCachesResolveMethod(ObjPtr<mirror::DexCache> dex_cache, uint32_t method_idx) in PreloadDexCachesResolveMethod()
469 ObjPtr<mirror::Class> klass = class_linker->LookupResolvedType( in PreloadDexCachesResolveMethod()
531 const ObjPtr<mirror::DexCache> dex_cache = class_linker->FindDexCache(self, *dex_file); in PreloadDexCachesStatsFilled()
597 ObjPtr<mirror::DexCache> dex_cache = linker->RegisterDexFile(*dex_file, nullptr); in VMRuntime_preloadDexCaches()
732 bool operator()(ObjPtr<mirror::Class> klass) override REQUIRES_SHARED(Locks::mutator_lock_) { in operator ()()