Home
last modified time | relevance | path

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

/external/v8/src/
Dchecks.h267 #define SLOW_ASSERT(condition) CHECK(!FLAG_enable_slow_asserts || (condition)) macro
276 #define SLOW_ASSERT(condition) ((void) 0) macro
Dstore-buffer-inl.h58 SLOW_ASSERT(!heap_->cell_space()->Contains(addr) && in EnterDirectlyIntoStoreBuffer()
Dheap.cc1621 SLOW_ASSERT((size_restriction != SMALL) || in EvacuateObject()
1623 SLOW_ASSERT(object->Size() == object_size); in EvacuateObject()
1867 SLOW_ASSERT(HEAP->InFromSpace(object)); in ScavengeObjectSlow()
1869 SLOW_ASSERT(!first_word.IsForwardingAddress()); in ScavengeObjectSlow()
4016 SLOW_ASSERT(!source->IsJSFunction()); in CopyJSObject()
4045 SLOW_ASSERT(InNewSpace(clone)); in CopyJSObject()
4053 SLOW_ASSERT( in CopyJSObject()
5291 SLOW_ASSERT(Heap::InToSpace(new_object)); in IterateAndMarkPointersToFromSpace()
5292 SLOW_ASSERT(new_object->IsHeapObject()); in IterateAndMarkPointersToFromSpace()
5296 SLOW_ASSERT(!MarkCompactCollector::IsOnEvacuationCandidate(new_object)); in IterateAndMarkPointersToFromSpace()
Dspaces.h2112 SLOW_ASSERT(to_space_.Capacity() == from_space_.Capacity()); in EffectiveCapacity()
2341 SLOW_ASSERT((space).page_low() <= (info).top \
Dincremental-marking.cc838 SLOW_ASSERT(Marking::IsGrey(obj_mark_bit) || in Step()
Dliveobjectlist.cc233 SLOW_ASSERT(heap->InSpace(heap_obj, LO_SPACE)); in InSpace()
Dobjects.cc5804 SLOW_ASSERT(new_descriptors->IsSortedNoDuplicates()); in CopyInsert()
5892 SLOW_ASSERT(IsSortedNoDuplicates()); in Sort()
12090 SLOW_ASSERT((this->FindEntry(key) == Dictionary<Shape, Key>::kNotFound)); in Add()
12154 SLOW_ASSERT(this->FindEntry(key) == kNotFound); in AddNumberEntry()
12161 SLOW_ASSERT(this->FindEntry(key) == kNotFound); in AddNumberEntry()
Dspaces.cc2715 SLOW_ASSERT(!owned || !FindObject(address)->IsFailure()); in Contains()
Dobjects-inl.h1888 SLOW_ASSERT(IsSortedNoDuplicates()); in Search()
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc152 SLOW_ASSERT(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/mips/
Dlithium-gap-resolver-mips.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()