/third_party/node/deps/v8/src/objects/ |
H A D | name-inl.h | 36 DCHECK_IMPLIES(value, is_private()); in is_private_brand() 48 DCHECK_IMPLIES(value, is_private()); in is_private_name() 64 DCHECK_IMPLIES(result, HasHashCode()); in DEF_GETTER() 145 DCHECK_IMPLIES(is_private_name, IsPrivate()); in DEF_GETTER() 152 DCHECK_IMPLIES(is_private_brand, IsPrivateName()); in DEF_GETTER()
|
H A D | field-index-inl.h | 17 DCHECK_IMPLIES(encoding == kWord32, IsAligned(offset, kInt32Size)); in ForInObjectOffset() 18 DCHECK_IMPLIES(encoding == kTagged, IsAligned(offset, kTaggedSize)); in ForInObjectOffset() 19 DCHECK_IMPLIES(encoding == kDouble, IsAligned(offset, kDoubleSize)); in ForInObjectOffset()
|
H A D | elements-kind.h | 268 DCHECK_IMPLIES(IsAnyNonextensibleElementsKindUnchecked(kind), in IsAnyNonextensibleElementsKind() 274 DCHECK_IMPLIES(base::IsInRange(kind, PACKED_NONEXTENSIBLE_ELEMENTS, in IsNonextensibleElementsKind() 282 DCHECK_IMPLIES( in IsSealedElementsKind() 289 DCHECK_IMPLIES( in IsFrozenElementsKind() 312 DCHECK_IMPLIES(kind == HOLEY_NONEXTENSIBLE_ELEMENTS || in IsAnyHoleyNonextensibleElementsKind()
|
H A D | templates.cc | 70 DCHECK_IMPLIES(allowed_receiver_instance_type_range_start() == 0, in IsTemplateFor() 116 DCHECK_IMPLIES(result, IsTemplateFor(map)); in IsLeafTemplateForApiObject()
|
H A D | objects-inl.h | 156 DCHECK_IMPLIES(COMPRESS_POINTERS_BOOL, sizeof(T) <= kTaggedSize); in Relaxed_ReadField() 170 DCHECK_IMPLIES(COMPRESS_POINTERS_BOOL, sizeof(T) <= kTaggedSize); in Relaxed_WriteField() 745 DCHECK_IMPLIES(V8_EXTERNAL_CODE_SPACE_BOOL, !IsCodeSpaceObject(obj)); in ToForwardingAddress() 797 DCHECK_IMPLIES(V8_EXTERNAL_CODE_SPACE_BOOL, !IsCodeSpaceObject(*this)); in map() 846 DCHECK_IMPLIES(mode != VerificationMode::kSafeMapTransition, in set_map() 897 DCHECK_IMPLIES(V8_EXTERNAL_CODE_SPACE_BOOL, !IsCodeSpaceObject(*this)); in map_word() 914 DCHECK_IMPLIES(V8_EXTERNAL_CODE_SPACE_BOOL, !IsCodeSpaceObject(*this)); in map_word() 936 DCHECK_IMPLIES(V8_EXTERNAL_CODE_SPACE_BOOL, !IsCodeSpaceObject(*this)); in Size() 952 DCHECK_IMPLIES(!result, in IsSpecialReceiverMap()
|
H A D | property.cc | 69 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor() 76 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
|
H A D | lookup.cc | 343 DCHECK_IMPLIES(holder->IsJSProxy(isolate_), name()->IsPrivate(isolate_)); in PrepareForDataProperty() 455 DCHECK_IMPLIES(new_map->is_prototype_map(), in PrepareForDataProperty() 568 DCHECK_IMPLIES(receiver->IsJSProxy(isolate_), name()->IsPrivate(isolate_)); in PrepareTransitionToDataProperty() 569 DCHECK_IMPLIES(!receiver.is_identical_to(GetStoreTarget<JSReceiver>()), in PrepareTransitionToDataProperty() 629 DCHECK_IMPLIES(!receiver.is_identical_to(GetStoreTarget<JSReceiver>()), in ApplyTransitionToDataProperty() 761 DCHECK_IMPLIES(!IsFound(), number_.is_not_found()); in TransitionToAccessorProperty() 1080 DCHECK_IMPLIES(holder_->IsJSSharedStruct(), value->IsShared()); in WriteDataValue() 1092 DCHECK_IMPLIES(!initializing_store && property_details_.constness() == in WriteDataValue() 1113 DCHECK_IMPLIES(holder->IsJSProxy(isolate_), name()->IsPrivate(isolate_)); in WriteDataValue() 1115 DCHECK_IMPLIES( in WriteDataValue() [all...] |
H A D | string-table.cc | 352 DCHECK_IMPLIES(!FLAG_shared_string_table, !string->IsInternalizedString()); in InternalizedStringKey() 526 DCHECK_IMPLIES(FLAG_shared_string_table, result->InSharedHeap()); in LookupKey() 546 DCHECK_IMPLIES(FLAG_shared_string_table, new_string->IsShared()); in LookupKey() 554 DCHECK_IMPLIES(FLAG_shared_string_table, new_string->IsShared()); in LookupKey()
|
H A D | shared-function-info.cc | 507 DCHECK_IMPLIES(lit->requires_instance_members_initializer(), in InitFromFunctionLiteral() 511 DCHECK_IMPLIES(lit->class_scope_has_private_brand(), in InitFromFunctionLiteral() 515 DCHECK_IMPLIES(lit->has_static_private_methods_or_accessors(), in InitFromFunctionLiteral() 657 DCHECK_IMPLIES(HasBuiltinId(), builtin_id() != Builtin::kCompileLazy); in StartPosition() 684 DCHECK_IMPLIES(HasBuiltinId(), builtin_id() != Builtin::kCompileLazy); in EndPosition()
|
/third_party/node/deps/v8/src/ast/ |
H A D | variables.h | 45 DCHECK_IMPLIES(is_static_flag == IsStaticFlag::kStatic, in Variable() 105 DCHECK_IMPLIES(local_if_not_shadowed()->mode() != VariableMode::kConst, in SetMaybeAssigned() 145 DCHECK_IMPLIES(initialization_flag() == kNeedsInitialization, in binding_needs_init() 148 DCHECK_IMPLIES(ForceHoleInitializationField::decode(bit_field_), in binding_needs_init() 227 DCHECK_IMPLIES(location == VariableLocation::MODULE, index != 0); in AllocateTo()
|
H A D | scopes.h | 372 DCHECK_IMPLIES(is_block_scope_for_object_literal_, is_block_scope()); in is_block_scope_for_object_literal() 411 DCHECK_IMPLIES(is_catch_scope(), num_heap_slots() > 0); in NeedsContext() 412 DCHECK_IMPLIES(is_with_scope(), num_heap_slots() > 0); in NeedsContext() 413 DCHECK_IMPLIES(ForceContextForLanguageMode(), num_heap_slots() > 0); in NeedsContext() 493 DCHECK_IMPLIES(sloppy_eval_can_extend_vars_, in HasContextExtensionSlot() 497 DCHECK_IMPLIES(sloppy_eval_can_extend_vars_, is_declaration_scope()); in HasContextExtensionSlot() 588 DCHECK_IMPLIES(is_repl_mode_scope_, is_script_scope()); in is_repl_mode_scope() 1113 DCHECK_IMPLIES(is_arrow_scope(), arguments_ == nullptr); in arguments()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | unified-heap-marking-state.cc | 20 DCHECK_IMPLIES(FLAG_track_retaining_path, in UnifiedHeapMarkingState() 22 DCHECK_IMPLIES(heap_, marking_state_); in UnifiedHeapMarkingState()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | aligned-slot-allocator.cc | 25 DCHECK_IMPLIES(IsValid(next2_), (next2_ & 1) == 0); in Allocate() 79 DCHECK_IMPLIES(IsValid(next2_), (next2_ & 1) == 0); in AllocateUnaligned()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | pointer-policies.cc | 42 DCHECK_IMPLIES(base_page->is_large(), points_to_payload); in CheckPointerImpl() 89 DCHECK_IMPLIES(slot_is_live, header->IsMarked()); in CheckPointerImpl()
|
H A D | marking-state.h | 326 DCHECK_IMPLIES( in ProcessEphemeron() 428 DCHECK_IMPLIES(header.IsInConstruction(), in InvokeWeakRootsCallbackIfNeeded() 438 DCHECK_IMPLIES(result, header.IsMarked<AccessMode::kAtomic>()); in IsMarkedWeakContainer() 439 DCHECK_IMPLIES(result, !header.IsInConstruction()); in IsMarkedWeakContainer()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.cc | 72 DCHECK_IMPLIES(flags.is_toplevel(), !script.is_wrapped()); in ForFunctionCompile() 156 DCHECK_IMPLIES(is_eval(), !is_module()); in SetFlagsForToplevelCompile() 166 DCHECK_IMPLIES(is_eval(), !is_module()); in SetFlagsForFunctionFromScript() 328 DCHECK_IMPLIES(flags().block_coverage_enabled() && script.IsUserJavaScript(), in CheckFlagsForFunctionFromScript()
|
/third_party/node/deps/v8/src/execution/ |
H A D | execution.cc | 116 DCHECK_IMPLIES(params.IsScript(), argc == 1); in SetUpForCall() 117 DCHECK_IMPLIES(params.IsScript(), argv[0]->IsFixedArray()); in SetUpForCall() 139 DCHECK_IMPLIES(params.IsScript(), argc == 1); in SetUpForTryCall() 140 DCHECK_IMPLIES(params.IsScript(), argv[0]->IsFixedArray()); in SetUpForTryCall() 289 DCHECK_IMPLIES(wasm::GetWasmCodeManager()->HasMemoryProtectionKeySupport(), in Invoke() 474 DCHECK_IMPLIES( in InvokeWithTryCatch() 521 DCHECK_IMPLIES(callable->IsJSFunction(), in Call() 584 DCHECK_IMPLIES(callable->IsJSFunction(), in TryCall()
|
H A D | arguments-inl.h | 30 DCHECK_IMPLIES(obj.IsTaggedIndex(), value == tagged_index_value_at(index)); in smi_value_at()
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-allocator.h | 46 DCHECK_IMPLIES(is_compressed_pointer<T>::value, in ZoneAllocator() 54 DCHECK_IMPLIES(is_compressed_pointer<T>::value, in ZoneAllocator()
|
H A D | zone-compression.h | 53 DCHECK_IMPLIES(compressed_value == 0, value == nullptr); in Compress()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap-inl.h | 128 DCHECK_IMPLIES(deserialization_complete(), \ 130 DCHECK_IMPLIES(RootsTable::IsImmortalImmovable(RootIndex::k##CamelName), \ 262 DCHECK_IMPLIES(heap->gc_state() == NOT_IN_GC, InToPage(heap_object)); in InYoungGeneration() 404 DCHECK_IMPLIES(chunk->IsToPage(), in UpdateAllocationSite() 406 DCHECK_IMPLIES(!chunk->InYoungGeneration(), in UpdateAllocationSite()
|
H A D | invalidated-slots-inl.h | 42 DCHECK_IMPLIES(remembered_set_type_ != OLD_TO_OLD, offset > 0); in IsValid()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | mutex.h | 314 DCHECK_IMPLIES(Behavior == NullBehavior::kRequireNotNull, in has_mutex() 352 DCHECK_IMPLIES(Behavior == NullBehavior::kRequireNotNull, in has_mutex()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | shared-heap-deserializer.cc | 16 DCHECK_IMPLIES(isolate()->shared_isolate() != nullptr, in DeserializeIntoIsolate()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scopes.cc | 464 DCHECK_IMPLIES(InInnerScope() && !leaving_closure, in Next() 496 DCHECK_IMPLIES(NeedsAndHasContext(), in Type() 501 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsModuleContext()); in Type() 504 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsScriptContext() || in Type() 508 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsWithContext()); in Type() 515 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsBlockContext()); in Type() 518 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsEvalContext()); in Type()
|