Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmemory-optimizer.h77 AllocationState const* empty_state() const { return empty_state_; } in empty_state()
86 AllocationState const* const empty_state_; variable
Dcsa-load-elimination.h34 empty_state_(zone), in NON_EXPORTED_BASE()
175 AbstractState const* empty_state() const { return &empty_state_; } in NON_EXPORTED_BASE()
177 AbstractState const empty_state_; in NON_EXPORTED_BASE() local
Dload-elimination.h268 static AbstractState const* empty_state() { return &empty_state_; } in NON_EXPORTED_BASE()
271 static AbstractState const empty_state_; in NON_EXPORTED_BASE()
Dmemory-optimizer.cc190 empty_state_(AllocationState::Empty(zone)), in MemoryOptimizer()
Dload-elimination.cc148 LoadElimination::AbstractState::empty_state_; member in v8::internal::compiler::LoadElimination::AbstractState