HomeSort by relevance Sort by last modified time
    Searched defs:entry_point_offset (Results 1 - 12 of 12) sorted by null

  /art/compiler/optimizing/
code_generator_mips.cc 582 int32_t entry_point_offset = variable
585 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
676 int32_t entry_point_offset = variable
679 mips_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
    [all...]
code_generator_mips64.cc 528 int32_t entry_point_offset = variable
531 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
621 int32_t entry_point_offset = variable
624 mips64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset,
    [all...]
intrinsics_arm.cc 157 int32_t entry_point_offset = variable
160 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_arm64.cc 207 int32_t entry_point_offset = variable
210 codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_arm_vixl.cc 229 int32_t entry_point_offset = variable
232 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_x86.cc 146 int32_t entry_point_offset = variable
149 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
intrinsics_x86_64.cc 108 int32_t entry_point_offset = variable
111 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_arm64.cc 715 int32_t entry_point_offset = local
718 arm64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
    [all...]
code_generator_x86_64.cc 525 int32_t entry_point_offset = variable
528 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
616 int32_t entry_point_offset = variable
619 x86_64_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
6555 const int32_t entry_point_offset = local
    [all...]
code_generator_arm.cc 693 int32_t entry_point_offset = local
696 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
7954 const int32_t entry_point_offset = local
8108 const int32_t entry_point_offset = local
    [all...]
code_generator_arm_vixl.cc 717 int32_t entry_point_offset = local
720 arm_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
8030 const int32_t entry_point_offset = local
8184 const int32_t entry_point_offset = local
    [all...]
code_generator_x86.cc 511 int32_t entry_point_offset = variable
514 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
597 int32_t entry_point_offset = variable
600 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this);
7190 const int32_t entry_point_offset = local
    [all...]

Completed in 340 milliseconds