Home
last modified time | relevance | path

Searched refs:EntrypointRequiresStackMap (Results 1 – 4 of 4) 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_x86_64.cc1188 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()
Dcode_generator_arm_vixl.cc2792 if (EntrypointRequiresStackMap(entrypoint)) { in InvokeRuntime()