Searched refs:InvokeRuntimeWithoutRecordingPcInfo (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.h | 373 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_x86_64.h | 356 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm_vixl.h | 533 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm64.h | 665 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_x86_64.cc | 537 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 628 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1332 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86_64::CodeGeneratorX86_64
|
D | code_generator_x86.cc | 524 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 609 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1016 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86::CodeGeneratorX86
|
D | intrinsics_x86_64.cc | 106 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_arm_vixl.cc | 178 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_x86.cc | 139 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_arm64.cc | 137 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | code_generator_arm64.cc | 1847 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm64::CodeGeneratorARM64
|
D | code_generator_arm_vixl.cc | 2591 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL
|