Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc209 !(state() == NEAR_DEATH && weakness_type() != FINALIZER_WEAK); in IsRetainer()
216 (state() == NEAR_DEATH && weakness_type() == FINALIZER_WEAK); in IsWeakRetainer()
277 set_weakness_type(FINALIZER_WEAK); in MakeWeak()
356 if (weakness_type() != FINALIZER_WEAK) { in PostGarbageCollectionProcessing()
Dglobal-handles.h101 FINALIZER_WEAK, enumerator