Home
last modified time | relevance | path

Searched refs:UNREGISTERED (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_globals.cc139 UNREGISTERED = 0, enumerator
148 if (*odr_indicator == UNREGISTERED) { in CheckODRViolationViaIndicator()
263 *odr_indicator = UNREGISTERED; in UnregisterGlobal()
/external/v8/src/
Dfactory.cc96 result->set_registry_slot(PrototypeInfo::UNREGISTERED); in NewPrototypeInfo()
Dobjects.cc3381 ->set_registry_slot(PrototypeInfo::UNREGISTERED); in UpdatePrototypeUserRegistration()
12181 if (current_user_info->registry_slot() != PrototypeInfo::UNREGISTERED) { in LazyRegisterPrototypeUser()
12230 if (slot == PrototypeInfo::UNREGISTERED) return false; in UnregisterPrototypeUser()
Dobjects.h6447 static const int UNREGISTERED = -1;