Home
last modified time | relevance | path

Searched refs:code_cache (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/art/test/708-jit-cache-churn/
H A Djit.cc46 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 Dpolymorphic_inline.cc33 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 Dprofiling_info.cc63 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create() local
64 return code_cache->AddProfilingInfo(self, method, entries); in Create()
H A Djit.cc217 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 Djit.h249 static Jit* Create(JitCodeCache* code_cache, JitOptions* options);
460 Jit(JitCodeCache* code_cache, JitOptions* options);
H A Djit_code_cache.cc1013 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 DREADME.md34 /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 Druntime_state.cc263 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 Djit_compiler.cc190 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 Ddlmalloc_space.cc392 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 Doptimizing_compiler.cc300 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 Dcompiler.h76 jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, in JitCompile()
/aosp12/art/runtime/
H A Dart_method.cc579 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 Dcha.cc689 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 Dgmscore_app.te70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
H A Dpriv_app.te20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dgmscore_app.te70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
H A Dpriv_app.te20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dgmscore_app.te70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
H A Dpriv_app.te20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
/aosp12/system/sepolicy/private/
H A Dgmscore_app.te70 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
H A Dpriv_app.te20 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dpriv_app.te23 # * /data/user_*/0/*/code_cache/* POSSIBLE uses (b/117841367)
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc3039 auto code_cache = jit->GetCodeCache(); in UpdateClassInPlace() local
3044 code_cache->NotifyMethodRedefined(&method); in UpdateClassInPlace()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java4279 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()

12