Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.h356 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_x86.h382 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_arm_vixl.h535 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_arm64.h692 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_x86_64.cc545 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 Dcode_generator_x86.cc531 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 Dintrinsics_x86_64.cc106 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
H A Dintrinsics_x86.cc141 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
H A Dintrinsics_arm64.cc144 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
H A Dintrinsics_arm_vixl.cc179 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
H A Dcode_generator_arm64.cc1833 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm_vixl.cc2620 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL