Home
last modified time | relevance | path

Searched refs:IdentifyWeakHandles (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dglobal-handles.h211 void IdentifyWeakHandles(WeakSlotCallback f);
Dglobal-handles.cc647 void GlobalHandles::IdentifyWeakHandles(WeakSlotCallback f) { in IdentifyWeakHandles() function in v8::internal::GlobalHandles
/external/v8/src/heap/
Dmark-compact.cc2441 heap()->isolate()->global_handles()->IdentifyWeakHandles( in MarkLiveObjects()