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

  /art/compiler/dex/quick/
ralloc_util.cc 174 DCHECK(!GetRegInfo(reg.GetLow())->IsAliased());
176 DCHECK(!GetRegInfo(reg.GetHigh())->IsAliased());
185 if (info->IsAliased()) {
201 DCHECK(!alias->IsAliased()); // Only the master should be marked as alised.
230 DCHECK(!info->IsAliased());
234 if (info->IsAliased()) {
972 if (info->IsAliased()) {
    [all...]
mir_to_lir.h 404 bool IsAliased() { return aliased_; }
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 400 enum IsAliased_t { IsNotAliased, IsAliased };
426 IsAliased_t isAliased,
435 AV.AliasedFlag = isAliased;
442 IsAliased_t isAliased,
445 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
CGExprAgg.cpp 279 needsGC(type), AggValueSlot::IsAliased);
    [all...]

Completed in 437 milliseconds