Home
last modified time | relevance | path

Searched refs:implicit_ref_groups (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dglobal-handles.h279 List<ImplicitRefGroup*>* implicit_ref_groups() { in implicit_ref_groups() function
Dglobal-handles.cc865 for (auto group : *(global_handles->implicit_ref_groups())) { in Print()
/external/v8/test/cctest/
Dtest-global-handles.cc307 global_handles->implicit_ref_groups(); in TEST()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2306 isolate->global_handles()->implicit_ref_groups(); in FillImplicitReferences()
/external/v8/src/heap/
Dmark-compact.cc2027 isolate()->global_handles()->implicit_ref_groups(); in MarkImplicitRefGroups()