Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h326 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_mips.h539 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_mips64.h520 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_x86.h346 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_arm64.h536 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_arm_vixl.h502 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_mips64.cc544 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
Dintrinsics_arm64.cc211 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_arm_vixl.cc228 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dcode_generator_mips.cc587 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
Dcode_generator_arm_vixl.cc2398 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL