Home
last modified time | relevance | path

Searched refs:IsRootForNonTracingGC (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dembedder-tracing.h76 bool IsRootForNonTracingGC(const v8::TracedGlobal<v8::Value>& handle) { in IsRootForNonTracingGC() function
77 return !InUse() || remote_tracer_->IsRootForNonTracingGC(handle); in IsRootForNonTracingGC()
80 bool IsRootForNonTracingGC(const v8::TracedReference<v8::Value>& handle) { in IsRootForNonTracingGC() function
81 return !InUse() || remote_tracer_->IsRootForNonTracingGC(handle); in IsRootForNonTracingGC()
/external/v8/src/handles/
Dglobal-handles.cc1260 node->set_root(tracer->IsRootForNonTracingGC( in IdentifyWeakUnmodifiedObjects()
1263 node->set_root(tracer->IsRootForNonTracingGC( in IdentifyWeakUnmodifiedObjects()
/external/v8/include/
Dv8.h8124 virtual bool IsRootForNonTracingGC(
8126 virtual bool IsRootForNonTracingGC(const v8::TracedGlobal<v8::Value>& handle);
/external/v8/src/api/
Dapi.cc11134 bool EmbedderHeapTracer::IsRootForNonTracingGC( in IsRootForNonTracingGC() function in v8::EmbedderHeapTracer
11139 bool EmbedderHeapTracer::IsRootForNonTracingGC( in IsRootForNonTracingGC() function in v8::EmbedderHeapTracer