Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp460 #define CHECK_CONDITION ASSERT macro
2022 CHECK_CONDITION(s->free); in CheckList()
2023 CHECK_CONDITION(s->length >= min_pages); in CheckList()
2024 CHECK_CONDITION(s->length <= max_pages); in CheckList()
2025 CHECK_CONDITION(GetDescriptor(s->start) == s); in CheckList()
2026 CHECK_CONDITION(GetDescriptor(s->start+s->length-1) == s); in CheckList()