Searched refs:IsConsistentWithMap (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/cctest/ |
D | test-unboxed-doubles.cc | 35 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/ |
D | layout-descriptor.h | 73 bool IsConsistentWithMap(Map* map, bool check_tail = false);
|
D | layout-descriptor.cc | 258 bool LayoutDescriptor::IsConsistentWithMap(Map* map, bool check_tail) { in IsConsistentWithMap() function in v8::internal::LayoutDescriptor
|
D | objects-debug.cc | 345 layout_descriptor()->IsConsistentWithMap(this)); in MapVerify()
|
D | objects-inl.h | 5312 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()
|
D | objects.cc | 9550 CHECK(child->layout_descriptor()->IsConsistentWithMap(*child)); in InstallDescriptors() 9553 SLOW_DCHECK(child->layout_descriptor()->IsConsistentWithMap(*child)); in InstallDescriptors()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 2363 SLOW_DCHECK(layout_descriptor->IsConsistentWithMap(map, true)); in TrimDescriptorArray()
|