Home
last modified time | relevance | path

Searched refs:SameRegType (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dreg_storage.h280 static constexpr bool SameRegType(RegStorage reg1, RegStorage reg2) { in SameRegType() function
284 static constexpr bool SameRegType(int reg1, int reg2) { in SameRegType() function
/art/compiler/dex/quick/
Dlocal_optimizations.cc94 DCHECK(RegStorage::SameRegType(lir->operands[0], reg_id)); in EliminateLoad()
250 bool reg_compatible = RegStorage::SameRegType(check_lir->operands[0], native_reg_id); in ApplyLoadStoreElimination()