Searched refs:CheckRegStorage (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 425 CheckRegStorage(res, WidenessCheck::kCheckWide, RefCheck::kIgnoreRef, FPCheck::kCheckNotFP); in AllocTempWide() 434 CheckRegStorage(res, WidenessCheck::kCheckNotWide, RefCheck::kCheckRef, FPCheck::kCheckNotFP); in AllocTempRef() 443 CheckRegStorage(res, WidenessCheck::kCheckNotWide, RefCheck::kCheckNotRef, FPCheck::kIgnoreFP); in AllocTempSingle() 452 CheckRegStorage(res, WidenessCheck::kCheckWide, RefCheck::kCheckNotRef, FPCheck::kIgnoreFP); in AllocTempDouble() 490 CheckRegStorage(reg, WidenessCheck::kCheckNotWide, RefCheck::kCheckRef, FPCheck::kCheckNotFP); in AllocLiveReg() 543 CheckRegStorage(reg, WidenessCheck::kIgnoreWide, in AllocLiveReg()
|
D | mir_to_lir-inl.h | 271 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage() function
|
D | mir_to_lir.h | 1674 void CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) const;
|