Searched refs:InvokeRuntimeWithoutRecordingPcInfo (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 356 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
H A D | code_generator_x86.h | 382 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
H A D | code_generator_arm_vixl.h | 535 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
H A D | code_generator_arm64.h | 692 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
H A D | code_generator_x86_64.cc | 545 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 636 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1399 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86_64::CodeGeneratorX86_64
|
H A D | code_generator_x86.cc | 531 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 625 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 1033 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86::CodeGeneratorX86
|
H A D | intrinsics_x86_64.cc | 106 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
H A D | intrinsics_x86.cc | 141 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
H A D | intrinsics_arm64.cc | 144 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
H A D | intrinsics_arm_vixl.cc | 179 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
H A D | code_generator_arm64.cc | 1833 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm64::CodeGeneratorARM64
|
H A D | code_generator_arm_vixl.cc | 2620 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL
|