Home
last modified time | relevance | path

Searched refs:EntrypointRequiresStackMap (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h64 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline);
Dquick_entrypoints_enum.cc21 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline) { in EntrypointRequiresStackMap() function
/art/compiler/optimizing/
Dcode_generator_mips64.cc1846 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_arm_vixl.cc2393 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_mips.cc1989 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()