Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h65 bool EntrypointCanTriggerGC(QuickEntrypointEnum entrypoint);
Dquick_entrypoints_enum.cc75 bool EntrypointCanTriggerGC(QuickEntrypointEnum entrypoint) { in EntrypointCanTriggerGC() function
/art/compiler/optimizing/
Dcode_generator.cc1629 if (EntrypointCanTriggerGC(entrypoint)) { in ValidateInvokeRuntime()