Home
last modified time | relevance | path

Searched refs:live_in_sets_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h787 ZoneVector<BitVector*>& live_in_sets() { return live_in_sets_; } in live_in_sets()
844 ZoneVector<BitVector*> live_in_sets_; variable
Dregister-allocator.cc1361 live_in_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()), in RegisterAllocationData()