Searched refs:EntrypointRequiresStackMap (Results 1 - 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints_enum.h64 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline);
H A Dquick_entrypoints_enum.cc21 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline) { function in namespace:art
/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2098 if (EntrypointRequiresStackMap(entrypoint)) {
H A Dcode_generator_arm_vixl.cc2792 if (EntrypointRequiresStackMap(entrypoint)) {
H A Dcode_generator_mips64.cc1749 if (EntrypointRequiresStackMap(entrypoint)) {
H A Dcode_generator_x86.cc991 if (EntrypointRequiresStackMap(entrypoint)) {
H A Dcode_generator_x86_64.cc1188 if (EntrypointRequiresStackMap(entrypoint)) {
H A Dcode_generator_mips.cc1894 if (EntrypointRequiresStackMap(entrypoint)) {

Completed in 150 milliseconds