Home
last modified time | relevance | path

Searched refs:EntrypointCanTriggerGC (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_entrypoints_enum.h64 bool EntrypointCanTriggerGC(QuickEntrypointEnum entrypoint);
H A Dquick_entrypoints_enum.cc75 bool EntrypointCanTriggerGC(QuickEntrypointEnum entrypoint) { in EntrypointCanTriggerGC() function
/aosp12/art/compiler/optimizing/
H A Dcode_generator.cc1651 if (EntrypointCanTriggerGC(entrypoint)) { in ValidateInvokeRuntime()