Searched refs:wrappers_to_trace_ (Results 1 – 2 of 2) sorted by relevance
1222 size_t wrappers_to_trace() { return wrappers_to_trace_.size(); } in wrappers_to_trace()2342 std::vector<std::pair<void*, void*>> wrappers_to_trace_; variable
5560 if (wrappers_to_trace_.empty()) { in RegisterWrappersWithEmbedderHeapTracer()5563 embedder_heap_tracer()->RegisterV8References(wrappers_to_trace_); in RegisterWrappersWithEmbedderHeapTracer()5564 wrappers_to_trace_.clear(); in RegisterWrappersWithEmbedderHeapTracer()5574 wrappers_to_trace_.push_back(std::pair<void*, void*>( in TracePossibleWrapper()5582 return wrappers_to_trace_.size() > kTooManyWrappers; in RequiresImmediateWrapperProcessing()