Home
last modified time | relevance | path

Searched defs:dex_cache (Results 26 – 50 of 52) sorted by relevance

123

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier_test.cc51 Handle<mirror::DexCache> dex_cache(hs.NewHandle(klass->GetDexCache())); in VerifyClass() local
H A Dverifier_deps.cc92 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache(); in GetClassDescriptorStringId() local
/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_propagation.cc501 Handle<mirror::DexCache> dex_cache( in SetClassAsTypeInfo() local
537 Handle<mirror::DexCache> dex_cache = in UpdateReferenceTypeInfo() local
H A Dlicm_test.cc101 ScopedNullHandle<mirror::DexCache> dex_cache; in TEST_F() local
H A Dsharpening.cc404 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString() local
H A Dinliner.cc1844 Handle<mirror::DexCache> dex_cache = in CreateInstanceFieldGet() local
2188 Handle<mirror::DexCache> dex_cache = NewHandleIfDifferent(resolved_method->GetDexCache(), in TryBuildAndInlineHelper() local
H A Doptimizing_compiler.cc1274 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache())); in JitCompile() local
/aosp_15_r20/art/runtime/
H A Dstartup_completed_task.cc41 void Visit(ObjPtr<mirror::DexCache> dex_cache) in Visit()
H A Dvar_handles.cc170 Handle<mirror::DexCache> dex_cache = hs.NewHandle(caller_method->GetDexCache()); in VarHandleInvokeAccessor() local
H A Druntime_image.cc1039 for (auto dex_cache : dex_caches) { in LoadClassesFromReferenceProfile() local
1688 void Visit(ObjPtr<mirror::DexCache> dex_cache) in Visit()
/aosp_15_r20/art/runtime/mirror/
H A Dclass_ext-inl.h181 ObjPtr<mirror::DexCache> dex_cache = arr->Get<kVerifyFlags, kReadBarrierOption>(i); in VisitDexCaches() local
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc1067 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache(); in PruneImageClassInternal() local
1316 Handle<mirror::DexCache> dex_cache; in CreateImageRoots() member
1328 ObjPtr<mirror::DexCache> dex_cache = in CreateImageRoots() local
2012 auto dex_cache = in ProcessDexFileObjects() local
2279 auto dex_cache = DecodeWeakGlobalWithoutRB<mirror::DexCache>(vm, self, data.weak_root); in VerifyImageBinSlotsAssigned() local
H A Doat_writer.cc1849 ObjPtr<mirror::DexCache> dex_cache = in GetTargetMethod() local
1889 ObjPtr<mirror::DexCache> dex_cache = GetDexCache(target_type.dex_file); in GetTargetType() local
3238 ObjPtr<mirror::DexCache> dex_cache = nullptr; in WriteDataImgRelRo() local
/aosp_15_r20/art/tools/art_verifier/
H A Dart_verifier.cc81 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in Install() local
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc604 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in GetArgumentForBootstrapMethod() local
1061 Handle<mirror::DexCache> dex_cache(hs.NewHandle(shadow_frame.GetMethod()->GetDexCache())); in DoResolveCallSite() local
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc306 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in ResolveMethodTypeFromCode() local
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver_test.cc132 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F() local
/aosp_15_r20/art/compiler/dex/
H A Dinline_method_analyser.cc721 ObjPtr<mirror::DexCache> dex_cache = method->GetDexCache(); in ComputeSpecialAccessorInfo() local
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_DexFile.cc500 ObjPtr<mirror::DexCache> dex_cache = in DexFile_defineClassNative() local
/aosp_15_r20/art/openjdkjvmti/
H A Dti_method.cc639 art::Handle<art::mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache())); in InferSlotTypeFromVerifier() local
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.cc981 ObjPtr<mirror::DexCache> dex_cache = caller->GetDexCache(); in LoadNativeLibrary() local
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1508 Handle<mirror::DexCache> dex_cache = hs->NewHandle( in DumpVerifier() local
2624 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in InstallOatFile() local
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc408 void VisitDexCacheArrays(ObjPtr<mirror::DexCache> dex_cache) in VisitDexCacheArrays()
1393 ObjPtr<mirror::DexCache> dex_cache = in RelocateInPlace() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc1978 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in CompileDexFiles() local
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1184 ObjPtr<mirror::DexCache> dex_cache = caller->GetDexCache(); in DumpB74410240DebugData() local

123