Searched refs:CheckRegStorageImpl (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir-inl.h | 274 CheckRegStorageImpl(rs, wide, ref, fp, kFailOnSizeError, kReportSizeError); in CheckRegStorage()
|
D | mir_to_lir.cc | 1274 void Mir2Lir::CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, in CheckRegStorageImpl() function in art::Mir2Lir 1320 CheckRegStorageImpl(rl.reg, rl.wide ? WidenessCheck::kCheckWide : WidenessCheck::kCheckNotWide, in CheckRegLocationImpl()
|
D | mir_to_lir.h | 1662 void CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, bool fail,
|