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

  /external/v8/src/compiler/
register-allocator.cc 505 live_in_sets_(code->BasicBlockCount(), zone()),
521 live_in_sets_.Initialize(block_count, zone());
522 live_in_sets_.AddBlock(NULL, block_count, zone());
539 BitVector* live_in = live_in_sets_[successor->rpo_number_];
    [all...]
register-allocator.h 501 ZoneList<BitVector*> live_in_sets_; member in class:v8::internal::compiler::BASE_EMBEDDED
  /external/v8/src/
lithium-allocator.cc 516 live_in_sets_(graph->blocks()->length(), zone()),
536 live_in_sets_.Initialize(block_count, zone());
537 live_in_sets_.AddBlock(NULL, block_count, zone());
551 BitVector* live_in = live_in_sets_[successor->block_id()];
    [all...]
lithium-allocator.h 519 ZoneList<BitVector*> live_in_sets_; member in class:v8::internal::BASE_EMBEDDED

Completed in 137 milliseconds