Home
last modified time | relevance | path

Searched refs:EntrypointRequiresStackMap (Results 1 – 6 of 6) 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_arm64.cc1834 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
1841 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_arm_vixl.cc2576 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
2585 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_x86_64.cc1327 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_x86.cc1011 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()