Searched refs:kOnStack (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-reducer.cc | 25 kOnStack, member in v8::internal::compiler::GraphReducer::State 151 DCHECK_EQ(State::kOnStack, state_.Get(node)); in ReduceTop() 297 DCHECK_NE(State::kOnStack, state_.Get(node)); in Push() 298 state_.Set(node, State::kOnStack); in Push()
|
H A D | int64-lowering.h | 47 enum class State : uint8_t { kUnvisited, kOnStack, kVisited }; member in v8::internal::compiler::Int64Lowering::State
|
H A D | escape-analysis.h | 71 enum class State : uint8_t { kUnvisited = 0, kRevisit, kOnStack, kVisited }; member in v8::internal::compiler::EffectGraphReducer::State
|
H A D | escape-analysis.cc | 320 case State::kOnStack: in ReduceFrom() 326 state_.Set(input, State::kOnStack); in ReduceFrom() 351 state_.Set(revisit, State::kOnStack); in ReduceFrom()
|
H A D | graph-visualizer.cc | 825 const int kOnStack = 1; member 849 state[ar.graph.end()->id()] = kOnStack; in operator <<() 855 state[i->id()] = kOnStack; in operator <<()
|
H A D | int64-lowering.cc | 51 state_[graph()->end()->id()] = State::kOnStack; in LowerGraph() 75 state_[input->id()] = State::kOnStack; in LowerGraph()
|
H A D | pipeline.cc | 2834 constexpr byte kOnStack = 1; in HashGraphForPGO() local 2856 state[graph->end()->id()] = kOnStack; in HashGraphForPGO() 2863 state[i->id()] = kOnStack; in HashGraphForPGO()
|
Completed in 13 milliseconds