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

  /art/compiler/dex/quick/arm/
target_arm.cc 72 RegLocation ArmMir2Lir::LocCReturn() {
727 RegLocation res = LocCReturn();
    [all...]
codegen_arm.h 108 RegLocation LocCReturn() OVERRIDE;
int_arm.cc 156 RegLocation rl_temp = LocCReturn(); // Just using as template, will change
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 87 RegLocation Arm64Mir2Lir::LocCReturn() {
735 RegLocation res = LocCReturn();
codegen_arm64.h 102 RegLocation LocCReturn() OVERRIDE;
  /art/compiler/dex/quick/mips/
codegen_mips.h 110 RegLocation LocCReturn();
target_mips.cc 151 RegLocation MipsMir2Lir::LocCReturn() {
642 RegLocation res = LocCReturn();
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 142 RegLocation LocCReturn() OVERRIDE;
    [all...]
target_x86.cc 147 RegLocation X86Mir2Lir::LocCReturn() {
534 RegLocation res = LocCReturn();
    [all...]
int_x86.cc 71 RegLocation rl_result = LocCReturn();
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
ralloc_util.cc     [all...]

Completed in 1272 milliseconds