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 534 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_mips64.h 500 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_x86.h 340 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
code_generator_x86_64.h 318 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 497 void InvokeRuntimeWithoutRecordingPcInfo(int32_t entry_point_offset,
    [all...]
code_generator_mips64.cc 611 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
704 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
    [all...]
code_generator_mips.cc 661 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
755 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
    [all...]
code_generator_x86.cc 514 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
599 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_x86_64.cc 529 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
620 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_arm64.cc 723 arm64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_arm64.cc 210 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_arm_vixl.cc 231 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_x86.cc 148 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_x86_64.cc 110 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_arm_vixl.cc 793 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]

Completed in 243 milliseconds