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

/art/compiler/dex/
H A Dreg_storage.h279 static constexpr bool SameRegType(RegStorage reg1, RegStorage reg2) { function in class:art::RegStorage
283 static constexpr bool SameRegType(int reg1, int reg2) { function in class:art::RegStorage
/art/compiler/dex/quick/
H A Dlocal_optimizations.cc93 DCHECK(RegStorage::SameRegType(lir->operands[0], reg_id));
249 bool reg_compatible = RegStorage::SameRegType(check_lir->operands[0], native_reg_id);

Completed in 124 milliseconds