Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.h211 void IdentifyWeakHandles(WeakSlotCallback f);
241 void IdentifyWeakUnmodifiedObjects(WeakSlotCallback is_unmodified);
Dglobal-handles.cc647 void GlobalHandles::IdentifyWeakHandles(WeakSlotCallback f) { in IdentifyWeakHandles()
702 WeakSlotCallback is_unmodified) { in IdentifyWeakUnmodifiedObjects()
Dglobals.h490 typedef bool (*WeakSlotCallback)(Object** pointer); typedef