Home
last modified time | relevance | path

Searched refs:InvokeRuntimeWithoutRecordingPcInfo (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h413 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_x86.h435 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_riscv64.h514 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_arm_vixl.h616 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_arm64.h754 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_x86_64.cc600 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
Dcode_generator_x86.cc559 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
Dintrinsics_x86.cc134 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_riscv64.cc73 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_x86_64.cc128 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_arm_vixl.cc133 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_arm64.cc146 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dcode_generator_arm64.cc2065 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm64::CodeGeneratorARM64
Dcode_generator_riscv64.cc6404 void CodeGeneratorRISCV64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::riscv64::CodeGeneratorRISCV64
Dcode_generator_arm_vixl.cc2821 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL