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

1 2

  /external/chromium_org/v8/src/
store-buffer-inl.h 59 SLOW_ASSERT(!heap_->cell_space()->Contains(addr) &&
handles-inl.h 61 SLOW_ASSERT(IsDereferenceAllowed(NO_DEFERRED_CHECK) &&
70 SLOW_ASSERT(IsDereferenceAllowed(INCLUDE_DEFERRED_CHECK));
77 SLOW_ASSERT(location_ == NULL ||
checks.h 284 #define SLOW_ASSERT(condition) \
288 #define SLOW_ASSERT(condition) ((void) 0)
list.h 87 SLOW_ASSERT(i < length_);
conversions-inl.h 358 SLOW_ASSERT(buffer_pos < kBufferSize);
695 SLOW_ASSERT(buffer_pos < kBufferSize);
spaces.h     [all...]
objects-debug.cc 365 SLOW_ASSERT(instance_descriptors()->IsSortedNoDuplicates());
367 SLOW_ASSERT(transitions()->IsSortedNoDuplicates());
368 SLOW_ASSERT(transitions()->IsConsistentWithBackPointers(this));
    [all...]
utils.h 422 SLOW_ASSERT(to <= length_);
423 SLOW_ASSERT(from < to);
    [all...]
heap.cc     [all...]
incremental-marking.cc 733 SLOW_ASSERT(Marking::IsGrey(mark_bit) ||
    [all...]
objects-inl.h 83 SLOW_ASSERT(object->Is##type()); \
1174 SLOW_ASSERT(heap != NULL);
    [all...]
  /external/v8/src/
store-buffer-inl.h 58 SLOW_ASSERT(!heap_->cell_space()->Contains(addr) &&
checks.h 267 #define SLOW_ASSERT(condition) CHECK(!FLAG_enable_slow_asserts || (condition))
276 #define SLOW_ASSERT(condition) ((void) 0)
heap.cc     [all...]
spaces.h     [all...]
incremental-marking.cc 838 SLOW_ASSERT(Marking::IsGrey(obj_mark_bit) ||
liveobjectlist.cc 233 SLOW_ASSERT(heap->InSpace(heap_obj, LO_SPACE));
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 152 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 153 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 152 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 153 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 155 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 155 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 221 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 221 SLOW_ASSERT(!destination->Equals(moves_[j].destination()));

Completed in 1762 milliseconds

1 2