Home
last modified time | relevance | path

Searched refs:DCHECK_IMPLIES (Results 1 – 25 of 119) sorted by relevance

12345

/external/v8/src/ast/
Dvariables.h101 DCHECK_IMPLIES(initialization_flag() == kNeedsInitialization, in binding_needs_init()
103 DCHECK_IMPLIES(ForceHoleInitializationField::decode(bit_field_), in binding_needs_init()
172 DCHECK_IMPLIES(location == VariableLocation::MODULE, index != 0); in AllocateTo()
Dast-value-factory.h144 DCHECK_IMPLIES(segment_.string == nullptr, segment_.next == nullptr); in IsEmpty()
145 DCHECK_IMPLIES(segment_.string != nullptr, !segment_.string->IsEmpty()); in IsEmpty()
Dscopes.h368 DCHECK_IMPLIES(is_catch_scope(), num_heap_slots() > 0); in NON_EXPORTED_BASE()
369 DCHECK_IMPLIES(is_with_scope(), num_heap_slots() > 0); in NON_EXPORTED_BASE()
820 DCHECK_IMPLIES(is_arrow_scope(), arguments_ == nullptr); in arguments()
/external/v8/src/debug/
Ddebug-scopes.cc268 DCHECK_IMPLIES(InInnerScope(), current_scope_->is_script_scope()); in Next()
283 DCHECK_IMPLIES(InInnerScope(), current_scope_->outer_scope() != nullptr); in Next()
299 DCHECK_IMPLIES(current_scope_->NeedsContext(), in Type()
303 DCHECK_IMPLIES(current_scope_->NeedsContext(), in Type()
307 DCHECK_IMPLIES( in Type()
312 DCHECK_IMPLIES( in Type()
320 DCHECK_IMPLIES(current_scope_->NeedsContext(), in Type()
324 DCHECK_IMPLIES(current_scope_->NeedsContext(), in Type()
/external/v8/src/objects/
Dname-inl.h30 DCHECK_IMPLIES(value, is_private()); in CAST_ACCESSOR()
110 DCHECK_IMPLIES(is_private_field, IsPrivate()); in IsPrivateField()
Dcode-inl.h355 DCHECK_IMPLIES(stack_slots != 0, has_safepoint_info()); in initialize_flags()
366 DCHECK_IMPLIES(is_interpreter_trampoline, !Builtins::IsLazy(builtin_index())); in is_interpreter_trampoline_builtin()
377 DCHECK_IMPLIES(checks_marker, !Builtins::IsLazy(builtin_index())); in checks_optimization_marker()
499 DCHECK_IMPLIES(flag, AllowDeoptimization::IsAllowed(GetIsolate())); in set_marked_for_deoptimization()
513 DCHECK_IMPLIES(flag, AllowDeoptimization::IsAllowed(GetIsolate())); in set_deopt_already_counted()
/external/v8/src/
Dproperty.cc37 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
44 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable()); in Descriptor()
Doptimized-compilation-info.h153 DCHECK_IMPLIES(enabled, has_untrusted_code_mitigations()); in is_poisoning_register_arguments()
154 DCHECK_IMPLIES(enabled, called_with_code_start_register()); in is_poisoning_register_arguments()
Dlookup.cc392 DCHECK_IMPLIES(holder->IsJSProxy(), !holder->HasFastProperties()); in PrepareForDataProperty()
393 DCHECK_IMPLIES(holder->IsJSProxy(), name()->IsPrivate()); in PrepareForDataProperty()
539 DCHECK_IMPLIES(receiver->IsJSProxy(), name()->IsPrivate()); in PrepareTransitionToDataProperty()
978 DCHECK_IMPLIES(!initializing_store && property_details_.constness() == in WriteDataValue()
992 DCHECK_IMPLIES(holder->IsJSProxy(), name()->IsPrivate()); in WriteDataValue()
1121 DCHECK_IMPLIES(holder->IsJSProxy(), name()->IsPrivate()); in LookupInRegularHolder()
Dvector.h197 DCHECK_IMPLIES(length_ > 0, data_ != nullptr); in OwnedVector()
216 DCHECK_IMPLIES(length_ > 0, data_ != nullptr); in start()
Dcontexts-inl.h179 DCHECK_IMPLIES(IsArrowFunction(kind), !needs_home_object);
Dunicode.h45 DCHECK_IMPLIES((CodePointField::kMask & code_point) != code_point, in CacheEntry()
/external/v8/src/heap/
Dspaces-inl.h318 DCHECK_IMPLIES(identity() == RO_SPACE, heap()->CanAllocateInReadOnlySpace()); in AllocateRawUnaligned()
335 DCHECK_IMPLIES(identity() == RO_SPACE, heap()->CanAllocateInReadOnlySpace()); in AllocateRawAligned()
369 DCHECK_IMPLIES(!SupportsInlineAllocation(), bytes_since_last == 0); in AllocateRaw()
380 DCHECK_IMPLIES( in AllocateRaw()
Dinvalidated-slots.cc13 DCHECK_IMPLIES(chunk->invalidated_slots() != nullptr, in InvalidatedSlotsFilter()
Dincremental-marking-inl.h19 DCHECK_IMPLIES(slot != nullptr, !HasWeakHeapObjectTag(*slot)); in RecordWrite()
Ditem-parallel-job.cc102 DCHECK_IMPLIES(start_index >= num_items, i >= num_tasks_processing_items); in Run()
Dheap-write-barrier-inl.h122 DCHECK_IMPLIES(slot != nullptr, !HasWeakHeapObjectTag(*slot)); in MarkingBarrier()
/external/v8/src/trap-handler/
Dtrap-handler.h74 DCHECK_IMPLIES(g_is_trap_handler_enabled, V8_TRAP_HANDLER_SUPPORTED); in IsTrapHandlerEnabled()
/external/v8/src/interpreter/
Dbytecode-flags.cc82 DCHECK_IMPLIES(lookup_hoisting_mode == LookupHoistingMode::kLegacySloppy, in Encode()
/external/v8/src/parsing/
Drewriter.cc384 DCHECK_IMPLIES(scope->is_module_scope(), !body->is_empty()); in DECLARATION_NODE_LIST()
392 DCHECK_IMPLIES(scope->is_module_scope(), processor.result_assigned()); in DECLARATION_NODE_LIST()
Dparse-info.cc62 DCHECK_IMPLIES(is_toplevel(), !Script::cast(shared->script())->is_wrapped()); in ParseInfo()
/external/v8/src/wasm/
Ddecoder.h305 DCHECK_IMPLIES(advance_pc, pc == pc_);
384 DCHECK_IMPLIES(offset_ == 0, length_ == 0); in WireBytesRef()
/external/v8/src/base/
Dlogging.h332 #define DCHECK_IMPLIES(lhs, rhs) \ macro
344 #define DCHECK_IMPLIES(v1, v2) ((void) 0) macro
/external/v8/src/compiler/
Dinstruction.cc314 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep), in ExplicitOperand()
316 DCHECK_IMPLIES(kind == REGISTER && rep == MachineRepresentation::kFloat32, in ExplicitOperand()
318 DCHECK_IMPLIES(kind == REGISTER && (rep == MachineRepresentation::kFloat64), in ExplicitOperand()
942 DCHECK_IMPLIES(representations_[virtual_register] != rep, in MarkAsRepresentation()
/external/v8/src/snapshot/
Dpartial-serializer.cc90 DCHECK_IMPLIES(obj != context_, !obj->IsNativeContext()); in SerializeObject()

12345