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

  /art/compiler/optimizing/
register_allocator_linear_scan.h 120 ScopedArenaVector<LiveInterval*> handled_; member in class:art::RegisterAllocatorLinearScan
register_allocator_linear_scan.cc 50 handled_(allocator->Adapter(kArenaAllocRegisterAllocator)),
205 handled_.clear();
494 for (LiveInterval* handled_interval : handled_) {
531 handled_.push_back(interval);
551 handled_.push_back(interval);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocLinearScan.cpp 147 /// handled_ - Intervals are added to the handled_ set in the order of their
149 std::vector<LiveInterval*> handled_; member in struct:__anon35971::RALinScan
552 handled_.clear();
569 handled_.reserve(li_->getNumIntervals());
    [all...]

Completed in 228 milliseconds