HomeSort by relevance Sort by last modified time
    Searched full:scopes_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
handle_scope.h 204 while (!scopes_.empty()) {
205 delete scopes_.top();
206 scopes_.pop();
212 if (scopes_.empty() || current_scope_num_refs_ >= kNumReferencesPerScope) {
215 scopes_.push(scope);
219 return scopes_.top()->NewHandle(object);
227 std::stack<StackHandleScope<kNumReferencesPerScope>*> scopes_; member in class:art::StackHandleScopeCollection
  /external/v8/tools/gcmole/
gcmole.cc 172 scopes_.push(callees);
176 scopes_.pop();
180 if (!scopes_.empty()) scopes_.top()->insert(name);
201 std::stack<CalleesSet* > scopes_; member in class:__anon24533::CalleesPrinter
    [all...]

Completed in 621 milliseconds