Home
last modified time | relevance | path

Searched refs:CheckRegStorage (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc411 CheckRegStorage(res, WidenessCheck::kCheckWide, RefCheck::kIgnoreRef, FPCheck::kCheckNotFP); in AllocTempWide()
420 CheckRegStorage(res, WidenessCheck::kCheckNotWide, RefCheck::kCheckRef, FPCheck::kCheckNotFP); in AllocTempRef()
429 CheckRegStorage(res, WidenessCheck::kCheckNotWide, RefCheck::kCheckNotRef, FPCheck::kIgnoreFP); in AllocTempSingle()
438 CheckRegStorage(res, WidenessCheck::kCheckWide, RefCheck::kCheckNotRef, FPCheck::kIgnoreFP); in AllocTempDouble()
475 CheckRegStorage(reg, WidenessCheck::kCheckNotWide, RefCheck::kCheckRef, FPCheck::kCheckNotFP); in AllocLiveReg()
528 CheckRegStorage(reg, WidenessCheck::kIgnoreWide, in AllocLiveReg()
Dmir_to_lir-inl.h274 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage() function
Dmir_to_lir.h1753 void CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) const;