/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 413 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_x86.h | 435 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_riscv64.h | 514 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm_vixl.h | 616 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm64.h | 754 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_x86_64.cc | 600 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 692 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1557 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86_64::CodeGeneratorX86_64
|
D | code_generator_x86.cc | 559 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 645 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1117 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86::CodeGeneratorX86
|
D | intrinsics_x86.cc | 134 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_riscv64.cc | 73 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_x86_64.cc | 128 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_arm_vixl.cc | 133 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_arm64.cc | 146 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | code_generator_arm64.cc | 2065 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm64::CodeGeneratorARM64
|
D | code_generator_riscv64.cc | 6404 void CodeGeneratorRISCV64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::riscv64::CodeGeneratorRISCV64
|
D | code_generator_arm_vixl.cc | 2821 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL
|