Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dscope.h85 Scope* TopScope() const { return current_scopes_.back(); } in TopScope()
86 void PushScope(Scope* scope) { current_scopes_.push_back(scope); } in PushScope()
87 void PopScope() { current_scopes_.pop_back(); } in PopScope()
91 for (auto scope : current_scopes_) { in GetLiveVariables()
102 auto e = current_scopes_.rend(); in Lookup()
103 auto c = current_scopes_.rbegin(); in Lookup()
113 auto& e = current_scopes_.back(); in ShallowLookup()
118 auto& e = current_scopes_.front(); in LookupGlobalScope()
123 for (auto s : current_scopes_) { in Print()
133 Snapshot TaskSnapshot() { return {this, current_scopes_}; } in TaskSnapshot()
[all …]