Searched refs:ValidateInvokeRuntime (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator.h | 507 void ValidateInvokeRuntime(QuickEntrypointEnum entrypoint,
|
D | code_generator.cc | 1642 void CodeGenerator::ValidateInvokeRuntime(QuickEntrypointEnum entrypoint, in ValidateInvokeRuntime() function in art::CodeGenerator
|
D | code_generator_arm64.cc | 1871 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
|
D | code_generator_x86_64.cc | 1475 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
|
D | code_generator_arm_vixl.cc | 2639 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
|
D | code_generator_x86.cc | 1088 ValidateInvokeRuntime(entrypoint, instruction, slow_path); in InvokeRuntime()
|