Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h497 void ValidateInvokeRuntime(QuickEntrypointEnum entrypoint,
Dcode_generator.cc1613 void CodeGenerator::ValidateInvokeRuntime(QuickEntrypointEnum entrypoint, in ValidateInvokeRuntime() function in art::CodeGenerator
Dcode_generator_arm64.cc1823 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
Dcode_generator_x86_64.cc1325 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
Dcode_generator_x86.cc1009 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
Dcode_generator_arm_vixl.cc2562 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()