Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h498 void ValidateInvokeRuntime(QuickEntrypointEnum entrypoint,
Dcode_generator.cc1635 void CodeGenerator::ValidateInvokeRuntime(QuickEntrypointEnum entrypoint, in ValidateInvokeRuntime() function in art::CodeGenerator
Dcode_generator_arm64.cc1809 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
Dcode_generator_x86_64.cc1392 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
Dcode_generator_x86.cc1026 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
Dcode_generator_arm_vixl.cc2591 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()