Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h65 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline);
Dquick_entrypoints_enum.cc21 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline) { in EntrypointRequiresStackMap() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc2128 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_mips64.cc1671 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_x86_64.cc1193 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_x86.cc998 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_arm.cc2372 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_arm_vixl.cc2413 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_mips.cc1850 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()