Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h373 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_x86_64.h356 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_arm_vixl.h533 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_arm64.h665 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
Dcode_generator_x86_64.cc537 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
628 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
1332 void CodeGeneratorX86_64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86_64::CodeGeneratorX86_64
Dcode_generator_x86.cc524 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
609 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
1016 void CodeGeneratorX86::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::x86::CodeGeneratorX86
Dintrinsics_x86_64.cc106 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_arm_vixl.cc178 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_x86.cc139 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dintrinsics_arm64.cc137 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
Dcode_generator_arm64.cc1847 void CodeGeneratorARM64::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm64::CodeGeneratorARM64
Dcode_generator_arm_vixl.cc2591 void CodeGeneratorARMVIXL::InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset, in InvokeRuntimeWithoutRecordingPcInfo() function in art::arm::CodeGeneratorARMVIXL