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

  /external/v8/src/heap/
embedder-tracing.cc 15 CHECK(cached_wrappers_to_trace_.empty());
23 CHECK(cached_wrappers_to_trace_.empty());
30 cached_wrappers_to_trace_.clear();
50 ? cached_wrappers_to_trace_.size() +
58 if (cached_wrappers_to_trace_.empty()) {
62 remote_tracer_->RegisterV8References(cached_wrappers_to_trace_);
63 cached_wrappers_to_trace_.clear();
68 return cached_wrappers_to_trace_.size() > kTooManyWrappers;
embedder-tracing.h 36 return cached_wrappers_to_trace_.size();
39 cached_wrappers_to_trace_.push_back(entry);
41 void ClearCachedWrappersToTrace() { cached_wrappers_to_trace_.clear(); }
60 WrapperCache cached_wrappers_to_trace_; member in class:v8::internal::final

Completed in 76 milliseconds