HomeSort by relevance Sort by last modified time
    Searched refs:SameRegType (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
reg_storage.h 280 static constexpr bool SameRegType(RegStorage reg1, RegStorage reg2) {
284 static constexpr bool SameRegType(int reg1, int reg2) {
  /art/compiler/dex/quick/
local_optimizations.cc 94 DCHECK(RegStorage::SameRegType(lir->operands[0], reg_id));
250 bool reg_compatible = RegStorage::SameRegType(check_lir->operands[0], native_reg_id);

Completed in 53 milliseconds