Home
last modified time | relevance | path

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

12

/art/runtime/verifier/
Dmethod_verifier.cc163 Handle<mirror::DexCache> dex_cache, in MethodVerifier()
5104 Handle<mirror::DexCache> dex_cache, in VerifyMethod()
5180 Handle<mirror::DexCache> dex_cache, in VerifyMethod()
5349 Handle<mirror::DexCache> dex_cache, in CalculateVerificationInfo()
5391 Handle<mirror::DexCache> dex_cache, in VerifyMethodAndDump()
5438 Handle<mirror::DexCache> dex_cache(hs.NewHandle(m->GetDexCache())); in FindLocksAtDexPc() local
5466 Handle<mirror::DexCache> dex_cache, in CreateVerifier()
Dverifier_deps.cc109 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache(); in GetClassDescriptorStringId() local
281 ObjPtr<mirror::DexCache> dex_cache = klass->GetDexCache(); in IsInClassPath() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc279 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in ResolveMethodTypeFromCode() local
Dentrypoint_utils-inl.h655 ObjPtr<mirror::DexCache> dex_cache = referrer->GetDexCache(); in FindMethodFast() local
/art/runtime/
Dtransaction.cc261 void Transaction::RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, in RecordResolveString()
626 Transaction::ResolveStringLog::ResolveStringLog(ObjPtr<mirror::DexCache> dex_cache, in ResolveStringLog()
Druntime.cc2589 void Runtime::RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, in RecordResolveString()
Dthread.cc2000 ObjPtr<mirror::DexCache> dex_cache = m->GetDexCache(); in StartMethod() local
/art/compiler/optimizing/
Dreference_type_propagation.cc520 Handle<mirror::DexCache> dex_cache( in SetClassAsTypeInfo() local
556 ObjPtr<mirror::DexCache> dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_); in UpdateReferenceTypeInfo() local
Dinliner.cc775 ObjPtr<mirror::DexCache> dex_cache = in ExtractClassesFromOfflineProfile() local
1737 Handle<mirror::DexCache> dex_cache = in CreateInstanceFieldGet() local
2000 Handle<mirror::DexCache> dex_cache = NewHandleIfDifferent(resolved_method->GetDexCache(), in TryBuildAndInlineHelper() local
Doptimizing_compiler.cc1224 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache())); in JitCompile() local
/art/dex2oat/driver/
Dcompiler_driver_test.cc126 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F() local
/art/runtime/jit/
Djit.cc1322 Handle<mirror::DexCache> dex_cache, in CompileMethodFromProfile()
1436 MutableHandle<mirror::DexCache> dex_cache = hs.NewHandle<mirror::DexCache>(nullptr); in CompileMethodsFromProfile() local
/art/runtime/interpreter/
Dinterpreter_common.cc655 Handle<mirror::DexCache> dex_cache(hs.NewHandle(referrer->GetDexCache())); in GetArgumentForBootstrapMethod() local
1108 Handle<mirror::DexCache> dex_cache(hs.NewHandle(shadow_frame.GetMethod()->GetDexCache())); in DoResolveCallSite() local
/art/compiler/dex/
Dinline_method_analyser.cc714 ObjPtr<mirror::DexCache> dex_cache = method->GetDexCache(); in ComputeSpecialAccessorInfo() local
/art/runtime/gc/space/
Dimage_space.cc531 void VisitDexCacheArrays(ObjPtr<mirror::DexCache> dex_cache) in VisitDexCacheArrays()
639 void FixupDexCacheArray(ObjPtr<mirror::DexCache> dex_cache, in FixupDexCacheArray()
1524 ObjPtr<mirror::DexCache> dex_cache = dex_caches->Get<kVerifyNone, kWithoutReadBarrier>(i); in RelocateInPlace() local
2958 ObjPtr<mirror::DexCache> dex_cache = in DoRelocateSpaces() local
4172 ObjPtr<mirror::DexCache> dex_cache = dex_caches->Get(i); in DisablePreResolvedStrings() local
4186 ObjPtr<mirror::DexCache> dex_cache = dex_caches->Get(i); in ReleaseMetadata() local
/art/dex2oat/linker/
Doat_writer.cc1543 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(Thread::Current(), *dex_file); in StartClass() local
1593 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(self, *dex_file_); in VisitMethod() local
1915 ObjPtr<mirror::DexCache> dex_cache = in GetTargetMethod() local
1954 ObjPtr<mirror::DexCache> dex_cache = GetDexCache(patch.TargetTypeDexFile()); in GetTargetType() local
/art/oatdump/
Doatdump.cc1510 Handle<mirror::DexCache> dex_cache = hs->NewHandle( in DumpVerifier() local
1940 ObjPtr<mirror::DexCache> dex_cache = in Dump() local
2250 auto* dex_cache = down_cast<mirror::DexCache*>(obj); in DumpObject() local
2859 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in InstallOatFile() local
/art/runtime/native/
Ddalvik_system_DexFile.cc450 ObjPtr<mirror::DexCache> dex_cache = in DexFile_defineClassNative() local
/art/runtime/interpreter/mterp/
Dmterp.cc787 ObjPtr<mirror::DexCache> dex_cache = in MterpFieldAccessFast() local
/art/runtime/jni/
Djava_vm_ext.cc927 ObjPtr<mirror::DexCache> dex_cache = caller->GetDexCache(); in LoadNativeLibrary() local
/art/dex2oat/
Ddex2oat.cc2171 ObjPtr<mirror::DexCache> dex_cache = class_linker->RegisterDexFile( in CompileDexFiles() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1201 ObjPtr<mirror::DexCache> dex_cache = caller->GetDexCache(); in DumpB74410240DebugData() local

12