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

  /art/compiler/dex/
reg_storage.h 100 static const uint16_t kMaxRegs = kRegValMask + 1;
  /art/compiler/dex/quick/
ralloc_util.cc 76 m2l_->reginfo_map_.Resize(RegStorage::kMaxRegs);
77 for (unsigned i = 0; i < RegStorage::kMaxRegs; i++) {
81 m2l_->reginfo_map_.SetSize(RegStorage::kMaxRegs);
    [all...]
codegen_util.cc     [all...]

Completed in 45 milliseconds