Home
last modified time | relevance | path

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

/external/v8/src/
Dchecks.h268 #define SLOW_ASSERT(condition) if (FLAG_enable_slow_asserts) CHECK(condition) macro
275 #define SLOW_ASSERT(condition) ((void) 0) macro
Dheap-inl.h185 SLOW_ASSERT(Contains(address + offset)); in RecordWrite()
Dobjects.cc3328 SLOW_ASSERT(new_descriptors->IsSortedNoDuplicates()); in CopyInsert()
3405 SLOW_ASSERT(IsSortedNoDuplicates()); in Sort()
7754 SLOW_ASSERT((FindEntry(key) == Dictionary<Shape, Key>::kNotFound)); in Add()
7813 SLOW_ASSERT(FindEntry(key) == kNotFound); in AddNumberEntry()
Dspaces.cc2753 SLOW_ASSERT(!page->IsLargeObjectPage() in Contains()
Dobjects-inl.h1412 SLOW_ASSERT(IsSortedNoDuplicates()); in Search()