Searched refs:InvokeRuntimeWithoutRecordingPcInfo (Results 1 - 19 of 19) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h408 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_mips.h524 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_mips64.h490 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_x86.h340 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_x86_64.h318 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_arm64.h516 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_arm_vixl.h491 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_mips64.cc531 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
624 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
1676 void CodeGeneratorMIPS64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_mips.cc585 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
679 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
1855 void CodeGeneratorMIPS::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
H A Dcode_generator_x86.cc514 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
600 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
1003 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, function in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.cc528 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
619 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
1198 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, function in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm64.cc718 arm64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
2134 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, function in class:art::arm64::CodeGeneratorARM64
H A Dintrinsics_arm.cc160 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_arm64.cc210 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_arm_vixl.cc232 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_x86.cc149 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dintrinsics_x86_64.cc111 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
H A Dcode_generator_arm.cc696 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
2377 void CodeGeneratorARM::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, function in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm_vixl.cc720 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
2418 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, function in class:art::arm::CodeGeneratorARMVIXL

Completed in 233 milliseconds