HomeSort by relevance Sort by last modified time
    Searched refs:SLOW_DCHECK (Results 1 - 25 of 29) sorted by null

1 2

  /external/v8/src/
checks.h 18 #define SLOW_DCHECK(condition) \
22 #define SLOW_DCHECK(condition) ((void) 0)
handles.h 35 SLOW_DCHECK((this->location_ == nullptr ||
53 SLOW_DCHECK(IsDereferenceAllowed(INCLUDE_DEFERRED_CHECK));
59 SLOW_DCHECK(location_ == nullptr ||
vector.h 38 SLOW_DCHECK(from < to);
39 SLOW_DCHECK(static_cast<unsigned>(to) <= static_cast<unsigned>(length_));
list.h 68 SLOW_DCHECK(static_cast<unsigned>(i) < static_cast<unsigned>(length_));
conversions-inl.h 420 SLOW_DCHECK(buffer_pos < kBufferSize);
757 SLOW_DCHECK(buffer_pos < kBufferSize);
transitions.cc 102 SLOW_DCHECK(array->IsSortedNoDuplicates());
154 SLOW_DCHECK(result->IsSortedNoDuplicates());
objects-debug.cc 348 SLOW_DCHECK(instance_descriptors()->IsSortedNoDuplicates());
349 SLOW_DCHECK(TransitionArray::IsSortedNoDuplicates(this));
350 SLOW_DCHECK(TransitionArray::IsConsistentWithBackPointers(this));
351 // TODO(ishell): turn it back to SLOW_DCHECK.
    [all...]
types.cc 120 SLOW_DCHECK(type->AsUnion()->Wellformed());
1011 SLOW_DCHECK(unioned->Wellformed());
    [all...]
objects-inl.h 68 SLOW_DCHECK(object->Is##type()); \
72 SLOW_DCHECK(object->Is##type()); \
    [all...]
  /external/v8/src/extensions/
trigger-failure-extension.cc 54 SLOW_DCHECK(false);
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 44 SLOW_DCHECK(children_index_ < snapshot_->children().length() ||
  /external/v8/src/heap/
scavenger.cc 205 SLOW_DCHECK(object_size <= Page::kAllocatableMemory);
206 SLOW_DCHECK(object->Size() == object_size);
381 SLOW_DCHECK(object->GetIsolate()->heap()->InFromSpace(object));
383 SLOW_DCHECK(!first_word.IsForwardingAddress());
spaces.h     [all...]
incremental-marking.cc 839 SLOW_DCHECK(Marking::IsGrey(mark_bit) ||
    [all...]
heap.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 144 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 138 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 129 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 129 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 131 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.cc 127 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 131 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 202 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 201 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/src/snapshot/
deserializer.cc 529 SLOW_DCHECK(isolate->heap()->ContainsSlow(current_object_address)); \
    [all...]

Completed in 298 milliseconds

1 2