Home
last modified time | relevance | path

Searched refs:DCHECK_IMPLIES (Results 1 - 25 of 250) sorted by relevance

12345678910

/third_party/node/deps/v8/src/objects/
H A Dname-inl.h36 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 Dfield-index-inl.h17 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 Delements-kind.h268 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 Dtemplates.cc70 DCHECK_IMPLIES(allowed_receiver_instance_type_range_start() == 0, in IsTemplateFor()
116 DCHECK_IMPLIES(result, IsTemplateFor(map)); in IsLeafTemplateForApiObject()
H A Dobjects-inl.h156 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 Dproperty.cc69 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
76 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
H A Dlookup.cc343 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 Dstring-table.cc352 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 Dshared-function-info.cc507 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 Dvariables.h45 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 Dscopes.h372 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 Dunified-heap-marking-state.cc20 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 Daligned-slot-allocator.cc25 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 Dpointer-policies.cc42 DCHECK_IMPLIES(base_page->is_large(), points_to_payload); in CheckPointerImpl()
89 DCHECK_IMPLIES(slot_is_live, header->IsMarked()); in CheckPointerImpl()
H A Dmarking-state.h326 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 Dparse-info.cc72 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 Dexecution.cc116 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 Darguments-inl.h30 DCHECK_IMPLIES(obj.IsTaggedIndex(), value == tagged_index_value_at(index)); in smi_value_at()
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h46 DCHECK_IMPLIES(is_compressed_pointer<T>::value, in ZoneAllocator()
54 DCHECK_IMPLIES(is_compressed_pointer<T>::value, in ZoneAllocator()
H A Dzone-compression.h53 DCHECK_IMPLIES(compressed_value == 0, value == nullptr); in Compress()
/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h128 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 Dinvalidated-slots-inl.h42 DCHECK_IMPLIES(remembered_set_type_ != OLD_TO_OLD, offset > 0); in IsValid()
/third_party/node/deps/v8/src/base/platform/
H A Dmutex.h314 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 Dshared-heap-deserializer.cc16 DCHECK_IMPLIES(isolate()->shared_isolate() != nullptr, in DeserializeIntoIsolate()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc464 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()

Completed in 22 milliseconds

12345678910