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

  /art/compiler/dex/quick/arm/
codegen_arm.h 50 RegLocation GetReturnAlt();
target_arm.cc 699 RegLocation ArmMir2Lir::GetReturnAlt() {
  /art/compiler/dex/quick/mips/
codegen_mips.h 53 RegLocation GetReturnAlt();
target_mips.cc 400 RegLocation MipsMir2Lir::GetReturnAlt() {
401 UNIMPLEMENTED(FATAL) << "No GetReturnAlt for MIPS";
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 109 RegLocation GetReturnAlt() OVERRIDE;
target_arm64.cc 709 RegLocation Arm64Mir2Lir::GetReturnAlt() {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 111 RegLocation GetReturnAlt() OVERRIDE;
    [all...]
target_x86.cc 508 RegLocation X86Mir2Lir::GetReturnAlt() {
    [all...]
  /art/compiler/dex/quick/
gen_common.cc     [all...]
mir_to_lir.h     [all...]

Completed in 457 milliseconds