Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc186 !(state() == NEAR_DEATH && weakness_type() != FINALIZER_WEAK); in IsRetainer()
193 (state() == NEAR_DEATH && weakness_type() == FINALIZER_WEAK); in IsWeakRetainer()
246 set_weakness_type(FINALIZER_WEAK); in MakeWeak()
325 if (weakness_type() != FINALIZER_WEAK) { in PostGarbageCollectionProcessing()
Dglobal-handles.h101 FINALIZER_WEAK, enumerator