Searched refs:InvokeRuntimeWithoutRecordingPcInfo (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 326 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_mips.h | 539 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_mips64.h | 520 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_x86.h | 346 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm64.h | 536 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_arm_vixl.h | 502 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
|
D | code_generator_mips64.cc | 544 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, in EmitNativeCode() 637 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, in EmitNativeCode() 1851 void CodeGeneratorMIPS64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::mips64::CodeGeneratorMIPS64
|
D | intrinsics_arm64.cc | 211 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | intrinsics_arm_vixl.cc | 228 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
|
D | code_generator_mips.cc | 587 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, in EmitNativeCode() 681 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, in EmitNativeCode() 1994 void CodeGeneratorMIPS::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::mips::CodeGeneratorMIPS
|
D | code_generator_arm_vixl.cc | 2398 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL
|