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

  /art/compiler/dex/quick/
ralloc_util.cc 852 info->SetIsTemp(true);
861 info->SetIsTemp(false);
    [all...]
mir_to_lir.h 357 void SetIsTemp(bool val) { is_temp_ = val; }
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 665 xp_reg_info->SetIsTemp(true);
    [all...]

Completed in 463 milliseconds