HomeSort by relevance Sort by last modified time
    Searched refs:InvokeRuntimeWithoutRecordingPcInfo (Results 1 - 16 of 16) sorted by null

  /art/compiler/optimizing/
code_generator_mips.h 536 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_mips64.h 518 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_x86.h 340 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_x86_64.h 319 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_arm64.h 528 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
    [all...]
code_generator_arm_vixl.h 496 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
    [all...]
code_generator_mips64.cc 535 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
628 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
    [all...]
code_generator_x86.cc 508 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
593 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_x86_64.cc 525 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
616 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_arm64.cc 660 arm64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_arm64.cc 211 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_arm_vixl.cc 232 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_x86.cc 149 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_x86_64.cc 111 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_arm_vixl.cc 787 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_mips.cc 578 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
672 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
    [all...]

Completed in 797 milliseconds