/aosp12/art/test/708-jit-cache-churn/ |
H A D | jit.cc | 46 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_JitCacheChurnTest_removeJitCompiledMethod() local 52 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(releaseMemory)); in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/aosp12/art/test/566-polymorphic-inlining/ |
H A D | polymorphic_inline.cc | 33 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in do_checks() local 39 if (code_cache->ContainsPc(pc) && in do_checks()
|
/aosp12/art/runtime/jit/ |
H A D | profiling_info.cc | 63 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create() local 64 return code_cache->AddProfilingInfo(self, method, entries); in Create()
|
H A D | jit.cc | 217 Jit::Jit(JitCodeCache* code_cache, JitOptions* options) in Jit() argument 218 : code_cache_(code_cache), in Jit() 228 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create() argument 238 std::unique_ptr<Jit> jit(new Jit(code_cache, options)); in Create() 244 if (code_cache->GetGarbageCollectCode()) { in Create() 245 code_cache->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in Create() 963 JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in Run() local 964 code_cache->GetZygoteMap()->Initialize(added_to_queue); in Run()
|
H A D | jit.h | 249 static Jit* Create(JitCodeCache* code_cache, JitOptions* options); 460 Jit(JitCodeCache* code_cache, JitOptions* options);
|
H A D | jit_code_cache.cc | 1013 MarkCodeClosure(JitCodeCache* code_cache, CodeCacheBitmap* bitmap, Barrier* barrier) in MarkCodeClosure() argument 1014 : code_cache_(code_cache), bitmap_(bitmap), barrier_(barrier) {} in MarkCodeClosure()
|
/aosp12/art/tools/jvmti-agents/chain-agents/ |
H A D | README.md | 34 /data/data/com.android.launcher3/code_cache/libtifast32.so=ClassLoad 35 /data/data/com.android.launcher3/code_cache/libtifast64.so=ClassLoad
|
/aosp12/art/test/common/ |
H A D | runtime_state.cc | 263 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in ForceJitCompiled() local 266 code_cache->SetGarbageCollectCode(false); in ForceJitCompiled() 275 } while (!code_cache->ContainsPc(method->GetEntryPointFromQuickCompiledCode())); in ForceJitCompiled() 378 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in Java_Main_fetchProfiles() local 383 code_cache->GetProfiledMethods(unused_locations, unused_vector); in Java_Main_fetchProfiles()
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.cc | 190 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod() local 193 self, code_cache, region, method, compilation_kind, jit_logger_.get()); in CompileMethod()
|
/aosp12/art/runtime/gc/space/ |
H A D | dlmalloc_space.cc | 392 jit::JitCodeCache* code_cache = runtime->GetJitCodeCache(); in ArtDlMallocMoreCore() local 393 if (code_cache->OwnsSpace(mspace)) { in ArtDlMallocMoreCore() 394 return code_cache->MoreCore(mspace, increment); in ArtDlMallocMoreCore()
|
/aosp12/art/compiler/optimizing/ |
H A D | optimizing_compiler.cc | 300 jit::JitCodeCache* code_cache, 1225 jit::JitCodeCache* code_cache, in JitCompile() argument 1237 DCHECK_EQ(compiler_options.IsJitCompilerForSharedCode(), code_cache->IsSharedRegion(*region)); in JitCompile() 1267 if (!code_cache->Reserve(self, in JitCompile() 1304 if (!code_cache->Commit(self, in JitCompile() 1317 code_cache->Free(self, region, reserved_code.data(), reserved_data.data()); in JitCompile() 1366 if (!code_cache->Reserve(self, in JitCompile() 1412 if (!code_cache->Commit(self, in JitCompile() 1425 code_cache->Free(self, region, reserved_code.data(), reserved_data.data()); in JitCompile()
|
/aosp12/art/compiler/ |
H A D | compiler.h | 76 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, in JitCompile()
|
/aosp12/art/runtime/ |
H A D | art_method.cc | 579 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in GetOatQuickMethodHeader() local 580 OatQuickMethodHeader* method_header = code_cache->LookupMethodHeader(pc, this); in GetOatQuickMethodHeader() 585 DCHECK(!code_cache->ContainsPc(reinterpret_cast<const void*>(pc))) in GetOatQuickMethodHeader()
|
H A D | cha.cc | 689 jit::JitCodeCache* code_cache = jit->GetCodeCache(); in InvalidateSingleImplementationMethods() local 691 code_cache->InvalidateCompiledCodeFor(pair.first, pair.second); in InvalidateSingleImplementationMethods()
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | gmscore_app.te | 70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
H A D | priv_app.te | 20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | gmscore_app.te | 70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
H A D | priv_app.te | 20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | gmscore_app.te | 70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
H A D | priv_app.te | 20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
/aosp12/system/sepolicy/private/ |
H A D | gmscore_app.te | 70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
H A D | priv_app.te | 20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | priv_app.te | 23 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 3039 auto code_cache = jit->GetCodeCache(); in UpdateClassInPlace() local 3044 code_cache->NotifyMethodRedefined(&method); in UpdateClassInPlace()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 4279 Path code_cache = ContextImpl.getCodeCacheDirBeforeBind(new File(dataDir)).toPath(); in handleAttachStartupAgents() local 4280 if (!Files.exists(code_cache)) { in handleAttachStartupAgents() 4283 Path startup_path = code_cache.resolve("startup_agents"); in handleAttachStartupAgents()
|