Home
last modified time | relevance | path

Searched refs:IsConsistentWithMap (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-unboxed-doubles.cc35 CHECK(layout_descriptor->IsConsistentWithMap(map, true)); in InitializeVerifiedMapDescriptors()
239 CHECK(layout_descriptor->IsConsistentWithMap(*map, true)); in TEST()
653 CHECK(layout_descriptor->IsConsistentWithMap(*map, true)); in TestLayoutDescriptorAppend()
799 CHECK(map->layout_descriptor()->IsConsistentWithMap(*map)); in TestLayoutDescriptorAppendIfFastOrUseFull()
804 CHECK(layout_descriptor->IsConsistentWithMap(*map)); in TestLayoutDescriptorAppendIfFastOrUseFull()
960 CHECK(map->layout_descriptor()->IsConsistentWithMap(*map, true)); in TEST()
974 CHECK(tmp_map->layout_descriptor()->IsConsistentWithMap(*tmp_map, true)); in TEST()
985 CHECK(map->layout_descriptor()->IsConsistentWithMap(*map)); in TEST()
997 CHECK(map->layout_descriptor()->IsConsistentWithMap(*map, true)); in TEST()
1013 CHECK(tmp_map->layout_descriptor()->IsConsistentWithMap(*tmp_map, true)); in TEST()
[all …]
/external/v8/src/
Dlayout-descriptor.h73 bool IsConsistentWithMap(Map* map, bool check_tail = false);
Dlayout-descriptor.cc258 bool LayoutDescriptor::IsConsistentWithMap(Map* map, bool check_tail) { in IsConsistentWithMap() function in v8::internal::LayoutDescriptor
Dobjects-debug.cc345 layout_descriptor()->IsConsistentWithMap(this)); in MapVerify()
Dobjects-inl.h5312 CHECK(layout_descriptor()->IsConsistentWithMap(this)); in UpdateDescriptors()
5316 SLOW_DCHECK(layout_descriptor()->IsConsistentWithMap(this)); in UpdateDescriptors()
5334 CHECK(layout_descriptor()->IsConsistentWithMap(this)); in InitializeDescriptors()
5337 SLOW_DCHECK(layout_descriptor()->IsConsistentWithMap(this)); in InitializeDescriptors()
Dobjects.cc9550 CHECK(child->layout_descriptor()->IsConsistentWithMap(*child)); in InstallDescriptors()
9553 SLOW_DCHECK(child->layout_descriptor()->IsConsistentWithMap(*child)); in InstallDescriptors()
/external/v8/src/heap/
Dmark-compact.cc2363 SLOW_DCHECK(layout_descriptor->IsConsistentWithMap(map, true)); in TrimDescriptorArray()