Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc110 scopes_.push(callees); in EnterScope()
114 scopes_.pop(); in LeaveScope()
118 if (!scopes_.empty()) scopes_.top()->insert(name); in AddCallee()
139 std::stack<CalleesSet* > scopes_; member in __anon3bc1ee220111::CalleesPrinter
/external/v8/src/
Dheap.cc5659 scopes_[i] = 0; in GCTracer()
5696 int external_time = static_cast<int>(scopes_[Scope::EXTERNAL]); in ~GCTracer()
5724 PrintF("external=%d ", static_cast<int>(scopes_[Scope::EXTERNAL])); in ~GCTracer()
5725 PrintF("mark=%d ", static_cast<int>(scopes_[Scope::MC_MARK])); in ~GCTracer()
5726 PrintF("sweep=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP])); in ~GCTracer()
5727 PrintF("sweepns=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP_NEWSPACE])); in ~GCTracer()
5728 PrintF("compact=%d ", static_cast<int>(scopes_[Scope::MC_COMPACT])); in ~GCTracer()
Dheap.h2029 tracer_->scopes_[scope_] += OS::TimeCurrentMillis() - start_time_; in ~Scope()
2102 double scopes_[Scope::kNumberOfScopes]; variable