Home
last modified time | relevance | path

Searched refs:empty_state_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dmemory-optimizer.h135 AllocationState const* empty_state() const { return empty_state_; } in empty_state()
146 AllocationState const* const empty_state_; variable
Dload-elimination.h305 AbstractState const* empty_state() const { return &empty_state_; } in NON_EXPORTED_BASE()
312 AbstractState const empty_state_; in NON_EXPORTED_BASE() local
Dmemory-optimizer.cc22 empty_state_(AllocationState::Empty(zone)), in MemoryOptimizer()