Home
last modified time | relevance | path

Searched refs:SetGcRootsReference (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dprofile-generator.h972 void SetGcRootsReference(Object* child);
Dprofile-generator.cc2024 for (Object** p = start; p < end; p++) explorer_->SetGcRootsReference(*p); in VisitPointers()
2195 void V8HeapExplorer::SetGcRootsReference(Object* child_obj) { in SetGcRootsReference() function in v8::internal::V8HeapExplorer