Lines Matching refs:CHECK_EQ
424 CHECK_EQ(0, delta % JSObject::kFieldsAdded);
470 CHECK_EQ((map().has_fast_smi_or_object_elements() ||
476 CHECK_EQ(map().has_fast_object_elements(), HasObjectElements());
499 CHECK_EQ(NumberOfOwnDescriptors(),
512 CHECK_EQ(NumberOfOwnDescriptors(), parent.NumberOfOwnDescriptors());
537 CHECK_EQ(header_end_offset, JSObject::GetEmbedderFieldsStartOffset(*this));
538 CHECK_EQ(header_end_offset +
569 CHECK_EQ(kInvalidEnumCacheSentinel, EnumLength());
570 CHECK_EQ(ReadOnlyRoots(isolate).empty_descriptor_array(),
572 CHECK_EQ(0, UnusedPropertyFields());
573 CHECK_EQ(Map::GetVisitorId(*this), visitor_id());
589 CHECK_EQ(length(), 0);
590 CHECK_EQ(map(), ReadOnlyRoots(isolate).fixed_array_map());
610 CHECK_EQ(*this, ReadOnlyRoots(isolate).empty_array_list());
617 CHECK_EQ(*this, ReadOnlyRoots(isolate).empty_property_array());
655 CHECK_EQ(length(), NativeContext::NATIVE_CONTEXT_SLOTS);
656 CHECK_EQ(kVariableSizeSentinel, map().instance_size());
661 CHECK_EQ(ReadOnlyRoots(isolate).empty_feedback_metadata(), *this);
676 CHECK_EQ(ReadOnlyRoots(isolate).empty_descriptor_array(), *this);
677 CHECK_EQ(0, number_of_all_descriptors());
678 CHECK_EQ(0, number_of_descriptors());
679 CHECK_EQ(ReadOnlyRoots(isolate).empty_enum_cache(), enum_cache());
700 CHECK_EQ(details.field_index(), expected_field_index);
869 CHECK_EQ(IsConstructor(), bound_target_function().IsConstructor());
902 CHECK_EQ(LookupIterator::ACCESSOR, it.state());
953 CHECK_EQ(expected_map_index, function_map_index());
958 CHECK_EQ(internal::IsModule(kind()), info.scope_type() == MODULE_SCOPE);
979 CHECK_EQ(0, FixedArray::cast(elements()).length());
1045 CHECK_EQ(kind(), Oddball::kSelfReferenceMarker);
1068 CHECK_EQ(code().kind(), kind());
1069 CHECK_EQ(code().builtin_id(), builtin_id());
1071 CHECK_EQ(code().code_data_container(kAcquireLoad), *this);
1090 CHECK_EQ(the_code, code());
1093 CHECK_EQ(code().InstructionStart(), code_entry_point());
1096 CHECK_EQ(code().InstructionStart(), code_entry_point());
1105 CHECK_EQ(safepoint_table_offset(), 0);
1119 CHECK_EQ(*this, code_data_container(kAcquireLoad).code());
1125 // CHECK_EQ(ReadOnlyHeap::Contains(*this), !IsExecutable());
1150 CHECK_EQ(elements(), ReadOnlyRoots(isolate).empty_fixed_array());
1232 CHECK_EQ(PropertyKind::kData, details.kind());
1233 CHECK_EQ(PropertyLocation::kField, details.location());
1247 CHECK_EQ(WeakCell::cast(prev()).next(), *this);
1252 CHECK_EQ(WeakCell::cast(next()).prev(), *this);
1435 CHECK_EQ(swiss_table::H2(name.hash()), ctrl);
1456 CHECK_EQ(seen_present, NumberOfElements());
1458 CHECK_EQ(seen_deleted, NumberOfDeletedElements());
1464 CHECK_EQ(CtrlTable()[i], CtrlTable()[Capacity() + i]);
1469 CHECK_EQ(Ctrl::kEmpty, CtrlTable()[i]);
1502 CHECK_EQ(FromCodeT(CodeT::cast(latin1_code)).builtin_id(),
1504 CHECK_EQ(uc16_code, latin1_code);
1507 CHECK_EQ(uc16_bytecode, latin1_bytecode);
1509 CHECK_EQ(latin1_code, uninitialized);
1510 CHECK_EQ(uc16_code, uninitialized);
1512 CHECK_EQ(latin1_bytecode, uninitialized);
1513 CHECK_EQ(uc16_bytecode, uninitialized);
1516 CHECK_EQ(arr.get(JSRegExp::kIrregexpMaxRegisterCountIndex),
1520 CHECK_EQ(arr.get(JSRegExp::kIrregexpTicksUntilTierUpIndex),
1522 CHECK_EQ(arr.get(JSRegExp::kIrregexpBacktrackLimit), uninitialized);
1563 CHECK_EQ(JSRegExp::NOT_COMPILED, type_tag());
1573 CHECK_EQ(target().IsCallable(), map().is_callable());
1574 CHECK_EQ(target().IsConstructor(), map().is_constructor());
1578 CHECK_EQ(0, map().NumberOfOwnDescriptors());
1584 CHECK_EQ(4, FIELD_SIZE(kOptionalPaddingOffset));
1585 CHECK_EQ(0,
1604 CHECK_EQ(reinterpret_cast<uint8_t*>(
1634 CHECK_EQ(status() == Module::kErrored, !exception().IsTheHole(isolate));
1640 CHECK_EQ(JSModuleNamespace::cast(module_namespace()).module(), *this);
1653 CHECK_EQ(0,
1686 CHECK_EQ(requested_modules().length(), info().module_requests().length());
1735 CHECK_EQ(weak_maps_count + empty_slots_count + 1, array.length());
1742 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), keys());
1743 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), indices());
1852 CHECK_EQ(shared_function_info_count(), shared_function_infos().length());