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

  /art/compiler/dex/quick/mips/
target_mips.cc 700 info->SetMaster(dp_reg_info);
713 info->SetMaster(d_reg_info);
736 info->SetMaster(dp_reg_info);
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 638 info->SetMaster(dp_reg_info);
651 info->SetMaster(x_reg_info);
  /art/compiler/dex/quick/x86/
target_x86.cc 684 info->SetMaster(xp_reg_info);
689 dp_reg_info->SetMaster(xp_reg_info);
703 info->SetMaster(x_reg_info);
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 614 info->SetMaster(dp_reg_info);
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 374 void SetMaster(RegisterInfo* master) {
    [all...]

Completed in 53 milliseconds