Home
last modified time | relevance | path

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

/external/v8/src/
Dchecks.h26 #define SLOW_DCHECK(condition) \ macro
30 #define SLOW_DCHECK(condition) ((void) 0) macro
Dhandles-inl.h32 SLOW_DCHECK( in is_identical_to()
43 SLOW_DCHECK(IsDereferenceAllowed(INCLUDE_DEFERRED_CHECK));
49 SLOW_DCHECK(location_ == NULL || in location()
Dvector.h34 SLOW_DCHECK(to <= length_); in SubVector()
35 SLOW_DCHECK(from < to); in SubVector()
Dheap-snapshot-generator-inl.h39 SLOW_DCHECK(children_index_ < snapshot_->children().length() || in children_arr()
Dconversions-inl.h348 SLOW_DCHECK(buffer_pos < kBufferSize); in InternalStringToInt()
685 SLOW_DCHECK(buffer_pos < kBufferSize); in InternalStringToDouble()
Dlist.h66 SLOW_DCHECK(i < length_);
Dobjects-debug.cc303 SLOW_DCHECK(instance_descriptors()->IsSortedNoDuplicates()); in MapVerify()
305 SLOW_DCHECK(transitions()->IsSortedNoDuplicates()); in MapVerify()
306 SLOW_DCHECK(transitions()->IsConsistentWithBackPointers(this)); in MapVerify()
Dobjects-inl.h68 SLOW_DCHECK(object->Is##type()); \
72 SLOW_DCHECK(object->Is##type()); \
1382 SLOW_DCHECK(heap != NULL); in GetHeap()
2166 SLOW_DCHECK(index >= 0 && index < this->length()); in get()
2824 SLOW_DCHECK(array->IsSortedNoDuplicates(valid_entries)); in Search()
2826 SLOW_DCHECK(array->IsSortedNoDuplicates()); in Search()
3248 SLOW_DCHECK(object->IsHeapObject() && in CAST_ACCESSOR()
3258 SLOW_DCHECK(object->IsHeapObject() && in cast()
3273 SLOW_DCHECK(obj->IsHashTable()); in STRUCT_LIST()
3281 SLOW_DCHECK(obj->IsHashTable()); in cast()
[all …]
Dtypes.cc125 SLOW_DCHECK(type->AsUnion()->Wellformed()); in Glb()
823 SLOW_DCHECK(unioned->Wellformed()); in NormalizeUnion()
Dobjects.cc15003 SLOW_DCHECK((dictionary->FindEntry(key) == Dictionary::kNotFound)); in Add()
15067 SLOW_DCHECK(dictionary->FindEntry(key) == kNotFound); in AddNumberEntry()
15076 SLOW_DCHECK(dictionary->FindEntry(key) == kNotFound); in AddNumberEntry()
/external/v8/src/extensions/
Dtrigger-failure-extension.cc53 SLOW_DCHECK(false); in TriggerSlowAssertFalse()
/external/v8/src/heap/
Dstore-buffer-inl.h36 SLOW_DCHECK(!heap_->cell_space()->Contains(addr) && in EnterDirectlyIntoStoreBuffer()
Dspaces.h1256 SLOW_DCHECK(top == NULL || in INLINE()
1262 SLOW_DCHECK(top_ == NULL || in INLINE()
1270 SLOW_DCHECK(limit == NULL || in INLINE()
1276 SLOW_DCHECK(limit_ == NULL || in INLINE()
2368 SLOW_DCHECK(to_space_.TotalCapacity() == from_space_.TotalCapacity()); in Capacity()
2608 SLOW_DCHECK((space).page_low() <= (info).top() && \
Dheap.cc2038 SLOW_DCHECK(object_size <= Page::kMaxRegularHeapObjectSize); in EvacuateObject()
2039 SLOW_DCHECK(object->Size() == object_size); in EvacuateObject()
2258 SLOW_DCHECK(object->GetIsolate()->heap()->InFromSpace(object)); in ScavengeObjectSlow()
2260 SLOW_DCHECK(!first_word.IsForwardingAddress()); in ScavengeObjectSlow()
3686 SLOW_DCHECK(!source->IsJSFunction()); in CopyJSObject()
3720 SLOW_DCHECK(InNewSpace(clone)); in CopyJSObject()
3732 SLOW_DCHECK(JSObject::cast(clone)->GetElementsKind() == in CopyJSObject()
4569 SLOW_DCHECK(Heap::InToSpace(new_object)); in IterateAndMarkPointersToFromSpace()
4570 SLOW_DCHECK(new_object->IsHeapObject()); in IterateAndMarkPointersToFromSpace()
4574 SLOW_DCHECK(!MarkCompactCollector::IsOnEvacuationCandidate(new_object)); in IterateAndMarkPointersToFromSpace()
Dincremental-marking.cc661 SLOW_DCHECK(Marking::IsGrey(mark_bit) || in VisitObject()
Dspaces.cc2988 SLOW_DCHECK(!owned || FindObject(address)->IsHeapObject()); in Contains()
/external/v8/src/compiler/
Dgap-resolver.cc33 SLOW_DCHECK(seen.find(i->destination()) == seen.end()); in VerifyMovesAreInjective()
/external/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc140 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc130 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc146 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc130 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc132 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/x87/
Dlithium-gap-resolver-x87.cc198 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc198 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()