Lines Matching refs:CHECK_EQ
376 CHECK_EQ(0, delta % JSObject::kFieldsAdded); in JSObjectVerify()
426 CHECK_EQ((map().has_fast_smi_or_object_elements() || in JSObjectVerify()
432 CHECK_EQ(map().has_fast_object_elements(), HasObjectElements()); in JSObjectVerify()
451 CHECK_EQ(NumberOfOwnDescriptors(), in MapVerify()
464 CHECK_EQ(NumberOfOwnDescriptors(), parent.NumberOfOwnDescriptors()); in MapVerify()
513 CHECK_EQ(kInvalidEnumCacheSentinel, EnumLength()); in DictionaryMapVerify()
514 CHECK_EQ(ReadOnlyRoots(isolate).empty_descriptor_array(), in DictionaryMapVerify()
516 CHECK_EQ(0, UnusedPropertyFields()); in DictionaryMapVerify()
517 CHECK_EQ(Map::GetVisitorId(*this), visitor_id()); in DictionaryMapVerify()
540 CHECK_EQ(*this, ReadOnlyRoots(isolate).empty_property_array()); in PropertyArrayVerify()
576 CHECK_EQ(length(), NativeContext::NATIVE_CONTEXT_SLOTS); in NativeContextVerify()
577 CHECK_EQ(kVariableSizeSentinel, map().instance_size()); in NativeContextVerify()
582 CHECK_EQ(ReadOnlyRoots(isolate).empty_feedback_metadata(), *this); in FeedbackMetadataVerify()
597 CHECK_EQ(ReadOnlyRoots(isolate).empty_descriptor_array(), *this); in DescriptorArrayVerify()
598 CHECK_EQ(0, number_of_all_descriptors()); in DescriptorArrayVerify()
599 CHECK_EQ(0, number_of_descriptors()); in DescriptorArrayVerify()
600 CHECK_EQ(ReadOnlyRoots(isolate).empty_enum_cache(), enum_cache()); in DescriptorArrayVerify()
621 CHECK_EQ(details.field_index(), expected_field_index); in DescriptorArrayVerify()
792 CHECK_EQ(IsConstructor(), bound_target_function().IsConstructor()); in USE_TORQUE_VERIFIER()
808 CHECK_EQ(LookupIterator::ACCESSOR, it.state()); in JSFunctionVerify()
855 CHECK_EQ(expected_map_index, function_map_index()); in SharedFunctionInfoVerify()
860 CHECK_EQ(internal::IsModule(kind()), info.scope_type() == MODULE_SCOPE); in SharedFunctionInfoVerify()
881 CHECK_EQ(0, FixedArray::cast(elements()).length()); in JSGlobalProxyVerify()
932 CHECK_EQ(kind(), Oddball::kSelfReferenceMarker); in OddballVerify()
951 CHECK_EQ(safepoint_table_offset(), 0); in CodeVerify()
990 CHECK_EQ(elements(), ReadOnlyRoots(isolate).empty_fixed_array()); in JSArrayVerify()
1057 CHECK_EQ(WeakCell::cast(prev()).next(), *this); in WeakCellVerify()
1062 CHECK_EQ(WeakCell::cast(next()).prev(), *this); in WeakCellVerify()
1243 CHECK_EQ(Code::cast(latin1_code).builtin_index(), in JSRegExpVerify()
1245 CHECK_EQ(uc16_code, latin1_code); in JSRegExpVerify()
1248 CHECK_EQ(uc16_bytecode, latin1_bytecode); in JSRegExpVerify()
1250 CHECK_EQ(latin1_code, uninitialized); in JSRegExpVerify()
1251 CHECK_EQ(uc16_code, uninitialized); in JSRegExpVerify()
1253 CHECK_EQ(latin1_bytecode, uninitialized); in JSRegExpVerify()
1254 CHECK_EQ(uc16_bytecode, uninitialized); in JSRegExpVerify()
1257 CHECK_EQ(arr.get(JSRegExp::kIrregexpMaxRegisterCountIndex), in JSRegExpVerify()
1261 CHECK_EQ(arr.get(JSRegExp::kIrregexpTicksUntilTierUpIndex), in JSRegExpVerify()
1263 CHECK_EQ(arr.get(JSRegExp::kIrregexpBacktrackLimit), uninitialized); in JSRegExpVerify()
1304 CHECK_EQ(JSRegExp::NOT_COMPILED, TypeTag()); in JSRegExpVerify()
1314 CHECK_EQ(target().IsCallable(), map().is_callable()); in JSProxyVerify()
1315 CHECK_EQ(target().IsConstructor(), map().is_constructor()); in JSProxyVerify()
1319 CHECK_EQ(0, map().NumberOfOwnDescriptors()); in JSProxyVerify()
1325 CHECK_EQ(4, FIELD_SIZE(kOptionalPaddingOffset)); in JSArrayBufferVerify()
1326 CHECK_EQ(0, in JSArrayBufferVerify()
1345 CHECK_EQ(reinterpret_cast<uint8_t*>( in JSDataViewVerify()
1376 CHECK_EQ(status() == Module::kErrored, !exception().IsTheHole(isolate)); in ModuleVerify()
1382 CHECK_EQ(JSModuleNamespace::cast(module_namespace()).module(), *this); in ModuleVerify()
1390 CHECK_EQ(0, import_assertions().length() % 3); in ModuleRequestVerify()
1422 CHECK_EQ(requested_modules().length(), info().module_requests().length()); in SourceTextModuleVerify()
1471 CHECK_EQ(weak_maps_count + empty_slots_count + 1, array.length()); in Verify()
1478 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), keys()); in EnumCacheVerify()
1479 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), indices()); in EnumCacheVerify()