Lines Matching defs:Scope
133 class V8_NODISCARD Scope : public ReduceScope {
135 Scope(VariableTracker* tracker, Node* node, Reduction* reduction);
136 ~Scope();
181 class V8_NODISCARD Scope : public VariableTracker::Scope {
183 Scope(EffectGraphReducer* reducer, EscapeAnalysisTracker* tracker,
185 : VariableTracker::Scope(&tracker->variable_states_, node, reduction),
251 ~Scope() {
378 VariableTracker::Scope::Scope(VariableTracker* states, Node* node,
398 VariableTracker::Scope::~Scope() {
570 void ReduceNode(const Operator* op, EscapeAnalysisTracker::Scope* current,
853 EscapeAnalysisTracker::Scope current(this, tracker_, node, reduction);