Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h63 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline);
Dquick_entrypoints_enum.cc21 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline) { in EntrypointRequiresStackMap() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1820 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
1827 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_arm_vixl.cc2605 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
2614 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_x86_64.cc1394 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_x86.cc1028 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()