Searched refs:IsRootForNonTracingGC (Results 1 – 4 of 4) sorted by relevance
76 bool IsRootForNonTracingGC(const v8::TracedGlobal<v8::Value>& handle) { in IsRootForNonTracingGC() function77 return !InUse() || remote_tracer_->IsRootForNonTracingGC(handle); in IsRootForNonTracingGC()80 bool IsRootForNonTracingGC(const v8::TracedReference<v8::Value>& handle) { in IsRootForNonTracingGC() function81 return !InUse() || remote_tracer_->IsRootForNonTracingGC(handle); in IsRootForNonTracingGC()
1260 node->set_root(tracer->IsRootForNonTracingGC( in IdentifyWeakUnmodifiedObjects()1263 node->set_root(tracer->IsRootForNonTracingGC( in IdentifyWeakUnmodifiedObjects()
8124 virtual bool IsRootForNonTracingGC(8126 virtual bool IsRootForNonTracingGC(const v8::TracedGlobal<v8::Value>& handle);
11134 bool EmbedderHeapTracer::IsRootForNonTracingGC( in IsRootForNonTracingGC() function in v8::EmbedderHeapTracer11139 bool EmbedderHeapTracer::IsRootForNonTracingGC( in IsRootForNonTracingGC() function in v8::EmbedderHeapTracer