Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc172 scopes_.push(callees); in EnterScope()
176 scopes_.pop(); in LeaveScope()
180 if (!scopes_.empty()) scopes_.top()->insert(name); in AddCallee()
201 std::stack<CalleesSet* > scopes_; member in __anond932a49f0111::CalleesPrinter