Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dcompilation-dependencies.cc40 SLOW_DCHECK(IsValid()); in Install()
72 SLOW_DCHECK(IsValid()); in Install()
94 SLOW_DCHECK(IsValid()); in Install()
112 SLOW_DCHECK(IsValid()); in Install()
136 SLOW_DCHECK(IsValid()); in Install()
166 SLOW_DCHECK(IsValid()); in Install()
197 SLOW_DCHECK(IsValid()); in Install()
221 SLOW_DCHECK(IsValid()); in Install()
253 SLOW_DCHECK(IsValid()); in Install()
Dtypes.cc101 SLOW_DCHECK(AsUnion()->Wellformed()); in BitsetGlb()
923 SLOW_DCHECK(unioned->Wellformed()); in NormalizeUnion()
/external/v8/src/
Dchecks.h19 #define SLOW_DCHECK(condition) \ macro
23 #define SLOW_DCHECK(condition) ((void) 0)
Dhandles.h38 SLOW_DCHECK((this->location_ == nullptr || in is_identical_to()
56 SLOW_DCHECK(IsDereferenceAllowed(INCLUDE_DEFERRED_CHECK));
62 SLOW_DCHECK(location_ == nullptr || in location()
Dtransitions.cc155 SLOW_DCHECK(array->IsSortedNoDuplicates()); in Insert()
206 SLOW_DCHECK(result->IsSortedNoDuplicates()); in Insert()
Dobjects-inl.h875 SLOW_DCHECK(chunk->owner()->identity() != RO_SPACE); in GetHeap()
877 SLOW_DCHECK(heap != nullptr); in GetHeap()
1794 SLOW_DCHECK(array->IsSortedNoDuplicates()); in Search()
2048 SLOW_DCHECK(len >= 0); in initialize_length()
2049 SLOW_DCHECK(len < LengthField::kMax); in initialize_length()
2102 SLOW_DCHECK(!Heap::FromWritableHeapObject(o)->deserialization_complete() || in cast()
3201 SLOW_DCHECK(object->IsBigInt()); in FOR_EACH_SCOPE_INFO_NUMERIC_FIELD()
Dobjects-debug.cc585 SLOW_DCHECK(instance_descriptors()->IsSortedNoDuplicates()); in MapVerify()
587 SLOW_DCHECK( in MapVerify()
589 SLOW_DCHECK(TransitionsAccessor(isolate, this, &no_gc) in MapVerify()
591 SLOW_DCHECK(!FLAG_unbox_double_fields || in MapVerify()
Dconversions.cc542 SLOW_DCHECK(buffer_pos < kBufferSize); in HandleBaseTenCase()
808 SLOW_DCHECK(buffer_pos < kBufferSize); in InternalStringToDouble()
/external/v8/src/heap/
Dscavenger.cc63 SLOW_DCHECK(target->IsHeapObject()); in HandleSlot()
64 SLOW_DCHECK(Heap::InToSpace(target)); in HandleSlot()
68 SLOW_DCHECK(!MarkCompactCollector::IsOnEvacuationCandidate( in HandleSlot()
Dscavenger-inl.h130 SLOW_DCHECK(object_size <= Page::kAllocatableMemory); in EvacuateObjectDefault()
131 SLOW_DCHECK(object->SizeFromMap(map) == object_size); in EvacuateObjectDefault()
208 SLOW_DCHECK(Heap::InFromSpace(source)); in EvacuateObject()
209 SLOW_DCHECK(!MapWord::FromMap(map).IsForwardingAddress()); in EvacuateObject()
Dheap-inl.h416 SLOW_DCHECK(chunk->owner()->identity() != RO_SPACE || in FromWritableHeapObject()
419 SLOW_DCHECK(heap != nullptr); in FromWritableHeapObject()
Dspaces.h1665 SLOW_DCHECK(top == kNullAddress || (top & kHeapObjectTagMask) == 0); in set_top()
1670 SLOW_DCHECK(top_ == kNullAddress || (top_ & kHeapObjectTagMask) == 0); in top()
2641 SLOW_DCHECK(to_space_.current_capacity() == from_space_.current_capacity()); in Capacity()
2919 SLOW_DCHECK((space).page_low() <= (info).top() && \
Dfactory.cc1899 SLOW_DCHECK(Heap::InNewSpace(raw_clone)); in CopyJSObjectWithAllocationSite()
1911 SLOW_DCHECK(clone->GetElementsKind() == source->GetElementsKind()); in CopyJSObjectWithAllocationSite()
/external/v8/src/objects/
Dhash-table-inl.h124 SLOW_DCHECK(obj->IsHashTable()); in cast()
131 SLOW_DCHECK(obj->IsHashTable()); in cast()
Dmanaged.h57 SLOW_DCHECK(obj->IsForeign()); in cast()
Dobject-macros.h48 SLOW_DCHECK(object->Is##type()); \
52 SLOW_DCHECK(object->Is##type()); \
Dbigint.h65 SLOW_DCHECK(0 <= n && n < length()); in digit()
Dmap-inl.h600 SLOW_DCHECK(layout_descriptor()->IsConsistentWithMap(this)); in UpdateDescriptors()
620 SLOW_DCHECK(layout_descriptor()->IsConsistentWithMap(this)); in InitializeDescriptors()
Dmodule.cc559 SLOW_DCHECK( in MaybeTransitionComponent()
614 SLOW_DCHECK( in FinishInstantiate()
735 SLOW_DCHECK( in Evaluate()
Dbigint.cc60 SLOW_DCHECK(bigint->IsBigInt()); in Cast()
199 SLOW_DCHECK(0 <= n && n < length()); in set_digit()
1133 SLOW_DCHECK(AbsoluteCompare(x, y) >= 0); in AbsoluteSub()
/external/v8/src/extensions/
Dtrigger-failure-extension.cc56 SLOW_DCHECK(false); in TriggerSlowAssertFalse()
/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h52 SLOW_DCHECK( in children_begin()
/external/v8/src/snapshot/
Ddeserializer.cc876 SLOW_DCHECK(isolate->heap()->ContainsSlow(current_object_address)); in ReadDataCase()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc445 SLOW_DCHECK(__ ValidateCacheState()); in NextInstruction()
/external/v8/src/ic/
Dic.cc2478 SLOW_DCHECK(source->IsNullOrUndefined() || CanFastCloneObject(source_map)); in FastCloneObjectMap()

12