Home
last modified time | relevance | path

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

/external/v8/src/
Dchecks.h276 #define SLOW_ASSERT(condition) if (EnableSlowAsserts()) CHECK(condition) macro
285 #define SLOW_ASSERT(condition) ((void) 0) macro
Dheap-inl.h284 SLOW_ASSERT(Contains(address + offset)); in RecordWrite()
Dliveobjectlist.cc231 SLOW_ASSERT(Heap::InSpace(heap_obj, LO_SPACE)); in InSpace()
Dobjects.cc4345 SLOW_ASSERT(new_descriptors->IsSortedNoDuplicates()); in CopyInsert()
4435 SLOW_ASSERT(IsSortedNoDuplicates()); in Sort()
9828 SLOW_ASSERT((this->FindEntry(key) == Dictionary<Shape, Key>::kNotFound)); in Add()
9891 SLOW_ASSERT(this->FindEntry(key) == kNotFound); in AddNumberEntry()
Dspaces.cc3043 SLOW_ASSERT(!page->IsLargeObjectPage() in Contains()
Dobjects-inl.h1678 SLOW_ASSERT(IsSortedNoDuplicates()); in Search()
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc153 SLOW_ASSERT(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc155 SLOW_ASSERT(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc221 SLOW_ASSERT(!destination->Equals(moves_[j].destination())); in Verify()