Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_entrypoints_enum.h63 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline);
H A Dquick_entrypoints_enum.cc21 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline) { in EntrypointRequiresStackMap() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2153 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
2160 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
H A Dcode_generator_arm_vixl.cc2806 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
2815 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
H A Dcode_generator_riscv64.cc6524 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
H A Dcode_generator_x86_64.cc1569 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
H A Dcode_generator_x86.cc1112 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()