Home
last modified time | relevance | path

Searched refs:CSA_DCHECK (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.cc70 CSA_DCHECK(this, in NewCapacity()
85 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(element_count, IntPtrConstant(0))); in ResizeFixedArray()
86 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(new_capacity, IntPtrConstant(0))); in ResizeFixedArray()
87 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(new_capacity, element_count)); in ResizeFixedArray()
H A Dbuiltins-regexp-gen.cc98 CSA_DCHECK(this, SmiLessThanOrEqual( in AllocateRegExpResult()
100 CSA_DCHECK(this, SmiGreaterThan(length, SmiConstant(0))); in AllocateRegExpResult()
295 CSA_DCHECK(this, SmiGreaterThan(num_results, SmiConstant(1))); in ConstructNewResultFromMatchInfo()
305 CSA_DCHECK( in ConstructNewResultFromMatchInfo()
323 CSA_DCHECK(this, IntPtrGreaterThan(names_length, IntPtrZero())); in ConstructNewResultFromMatchInfo()
456 CSA_DCHECK(this, IsNumberNormalized(last_index)); in RegExpExecInternal()
457 CSA_DCHECK(this, IsNumberPositive(last_index)); in RegExpExecInternal()
554 CSA_DCHECK(this, SmiEqual(CAST(var_code.value()), in RegExpExecInternal()
658 CSA_DCHECK(this, IntPtrEqual(int_result, in RegExpExecInternal()
735 CSA_DCHECK(thi in RegExpExecInternal()
[all...]
H A Dbuiltins-proxy-gen.cc94 CSA_DCHECK(this, IsCallable(proxy)); in TF_BUILTIN()
106 CSA_DCHECK(this, IsNullOrJSReceiver(handler)); in TF_BUILTIN()
110 CSA_DCHECK(this, IsJSReceiver(handler)); in TF_BUILTIN()
150 CSA_DCHECK(this, IsCallable(proxy)); in TF_BUILTIN()
160 CSA_DCHECK(this, IsNullOrJSReceiver(handler)); in TF_BUILTIN()
164 CSA_DCHECK(this, IsJSReceiver(handler)); in TF_BUILTIN()
201 CSA_DCHECK(this, IsConstructor(CAST(target))); in TF_BUILTIN()
H A Dbuiltins-async-gen.cc159 CSA_DCHECK(this, in InitializeNativeClosure()
201 CSA_DCHECK(this, IsBoolean(done)); in AllocateAsyncIteratorValueUnwrapContext()
216 CSA_DCHECK(this, IsBoolean(CAST(done))); in TF_BUILTIN()
H A Dbuiltins-array-gen.cc39 CSA_DCHECK(this, UintPtrLessThanOrEqual(len(), LoadJSTypedArrayLength(a))); in TypedArrayMapResultGenerator()
248 CSA_DCHECK(this, IsUndefined(Parameter<Object>(Descriptor::kJSNewTarget))); in TF_BUILTIN()
268 CSA_DCHECK(this, TaggedIsPositiveSmi(LoadJSArrayLength(array_receiver))); in TF_BUILTIN()
350 CSA_DCHECK(this, IsUndefined(Parameter<Object>(Descriptor::kJSNewTarget))); in TF_BUILTIN()
469 CSA_DCHECK(this, Word32BinaryNot(IsNoElementsProtectorCellInvalid())); in TF_BUILTIN()
478 CSA_DCHECK(this, in TF_BUILTIN()
497 CSA_DCHECK(this, in TF_BUILTIN()
546 CSA_DCHECK(this, IsNumberNormalized(length)); in ConstructArrayLike()
639 CSA_DCHECK(this, TaggedIsPositiveSmi(LoadJSArrayLength(array))); in Generate()
1227 CSA_DCHECK(thi in TF_BUILTIN()
[all...]
H A Dbuiltins-collections-gen.cc31 CSA_DCHECK(this, Word32BinaryNot(IsTheHole(key_value))); in AddConstructorEntry()
71 CSA_DCHECK(this, IsFastJSArrayWithNoCustomIteration( in AddConstructorEntries()
95 CSA_DCHECK(this, TaggedEqual(original_initial_entries_map, in AddConstructorEntries()
118 CSA_DCHECK(this, in AddConstructorEntriesFromFastJSArray()
121 CSA_DCHECK(this, IsFastJSArrayWithNoCustomIteration(context, fast_jsarray)); in AddConstructorEntriesFromFastJSArray()
123 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(length, IntPtrConstant(0))); in AddConstructorEntriesFromFastJSArray()
124 CSA_DCHECK( in AddConstructorEntriesFromFastJSArray()
157 CSA_DCHECK(this, IntPtrGreaterThan(length, IntPtrConstant(0))); in AddConstructorEntriesFromFastJSArray()
176 CSA_DCHECK(this, in AddConstructorEntriesFromFastJSArray()
178 CSA_DCHECK(thi in AddConstructorEntriesFromFastJSArray()
[all...]
H A Dbuiltins-generator-gen.cc77 CSA_DCHECK(this, SmiNotEqual(result_continuation, closed)); in InnerResume()
222 CSA_DCHECK(this, in TF_BUILTIN()
276 CSA_DCHECK(this, in TF_BUILTIN()
H A Dbuiltins-microtask-queue-gen.cc58 CSA_DCHECK(this, IsNativeContext(native_context)); in GetMicrotaskQueue()
108 CSA_DCHECK(this, IsNativeContext(native_context)); in PrepareForContext()
120 CSA_DCHECK(this, TaggedIsNotSmi(microtask)); in RunSingleMicrotask()
381 CSA_DCHECK(this, IsNativeContext(native_context)); in EnterMicrotaskContext()
424 CSA_DCHECK(this, in EnterMicrotaskContext()
426 CSA_DCHECK(this, WordEqual(size, Load<IntPtrT>(hsi, flag_size_offset))); in EnterMicrotaskContext()
H A Dbuiltins-async-generator-gen.cc68 CSA_DCHECK(this, Word32BinaryNot(IsGeneratorAwaiting(generator))); in SetGeneratorAwaiting()
71 CSA_DCHECK(this, IsGeneratorAwaiting(generator)); in SetGeneratorAwaiting()
76 CSA_DCHECK(this, IsGeneratorAwaiting(generator)); in SetGeneratorNotAwaiting()
79 CSA_DCHECK(this, Word32BinaryNot(IsGeneratorAwaiting(generator))); in SetGeneratorNotAwaiting()
422 CSA_DCHECK(this, IsGeneratorNotExecuting(generator)); in TF_BUILTIN()
499 CSA_DCHECK(this, Word32BinaryNot(IsGeneratorAwaiting(generator))); in TF_BUILTIN()
H A Dbuiltins-string-gen.cc170 CSA_DCHECK(this, WordEqual(LoadStringLengthAsWord(lhs), length)); in StringEqual_Core()
171 CSA_DCHECK(this, WordEqual(LoadStringLengthAsWord(rhs), length)); in StringEqual_Core()
247 CSA_DCHECK(this, WordEqual(LoadStringLengthAsWord(lhs), length)); in StringEqual_Loop()
248 CSA_DCHECK(this, WordEqual(LoadStringLengthAsWord(rhs), length)); in StringEqual_Loop()
344 CSA_DCHECK(this, IsZeroOrContext(context)); in StringAdd()
543 CSA_DCHECK(this, IsZeroOrContext(context)); in TF_BUILTIN()
953 CSA_DCHECK(this, TaggedIsPositiveSmi(match_start_index)); in GetSubstitution()
954 CSA_DCHECK(this, TaggedIsPositiveSmi(match_end_index)); in GetSubstitution()
972 CSA_DCHECK(this, TaggedIsPositiveSmi(dollar_index)); in GetSubstitution()
1248 CSA_DCHECK(thi in StringToArray()
[all...]
H A Dbuiltins-intl-gen.cc32 CSA_DCHECK(this, in PointerToSeqStringData()
58 CSA_DCHECK(this, in TF_BUILTIN()
H A Dbuiltins-lazy-gen.cc132 CSA_DCHECK(this, TaggedNotEqual(sfi_code, HeapConstant(BUILTIN_CODE( in CompileLazy()
142 CSA_DCHECK(this, IsFeedbackVector(feedback_cell_value)); in CompileLazy()
H A Dbuiltins-constructor-gen.cc192 CSA_DCHECK(this, IsManyClosuresCellMap(feedback_cell_map), in TF_BUILTIN()
214 CSA_DCHECK(this, UintPtrLessThanOrEqual( in TF_BUILTIN()
540 CSA_DCHECK(this, IsJSObjectMap(boilerplate_map)); in CreateShallowObjectLiteral()
588 CSA_DCHECK(this, Word32BinaryNot( in CreateShallowObjectLiteral()
682 CSA_DCHECK(this, IsClearWord32<Map::Bits3::ConstructionCounterBits>(
H A Dbuiltins-object-gen.cc284 CSA_DCHECK(this, TaggedEqual(map, LoadMap(object))); in FastGetOwnValuesOrEntries()
299 CSA_DCHECK(this, IsPropertyKindData(kind)); in FastGetOwnValuesOrEntries()
352 CSA_DCHECK(this, IsJSArrayMap(array_map)); in FinalizeValuesOrEntriesJSArray()
483 CSA_DCHECK(this, IsJSObjectMap(object_map)); in TF_BUILTIN()
859 CSA_DCHECK(this, IsJSReceiver(CAST(receiver))); in TF_BUILTIN()
874 CSA_DCHECK(this, IsNull(receiver)); in TF_BUILTIN()
986 CSA_DCHECK(this, IsStringInstanceType(receiver_value_instance_type)); in TF_BUILTIN()
1302 CSA_DCHECK(this, IsUndefined(Parameter<Object>(Descriptor::kJSNewTarget))); in TF_BUILTIN()
1504 CSA_DCHECK(this, Int32Constant(0)); in FromPropertyDescriptor()
H A Dbuiltins-call-gen.cc283 CSA_DCHECK(this, Int32LessThanOrEqual( in CallOrConstructWithArrayLike()
330 CSA_DCHECK(this, Int32LessThanOrEqual(length, in CallOrConstructDoubleVarargs()
333 CSA_DCHECK(this, WordNotEqual(intptr_length, IntPtrConstant(0))); in CallOrConstructDoubleVarargs()
442 CSA_DCHECK(this, Int32LessThanOrEqual( in CallOrConstructWithSpread()
H A Dbuiltins-shadowrealm-gen.cc169 CSA_DCHECK(this, IsCallable(target)); in TF_BUILTIN()
H A Dbuiltins-sharedarraybuffer-gen.cc142 CSA_DCHECK(this, Word32BinaryNot(
144 CSA_DCHECK(this, UintPtrLessThan(index, LoadJSTypedArrayLength(array)));
H A Dbuiltins-async-iterator-gen.cc164 CSA_DCHECK(this, IsConstructor(promise_fun)); in Generate_AsyncFromSyncIteratorMethod()
H A Dbuiltins-internal-gen.cc894 CSA_DCHECK(this, IntPtrEqual(WordAnd(excluded_properties, in TF_BUILTIN()
928 CSA_DCHECK(this, TaggedNotEqual(target, source)); in TF_BUILTIN()
1323 CSA_DCHECK(this, TaggedEqual(on_non_existent, in TF_BUILTIN()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc44 CSA_DCHECK(this, in LoadHandlerDataField()
66 CSA_DCHECK(this, UintPtrGreaterThanOrEqual( in LoadHandlerDataField()
115 CSA_DCHECK(this, IntPtrLessThanOrEqual(IntPtrConstant(kEntrySize), length)); in HandlePolymorphicCase()
127 CSA_DCHECK(this, IsWeakOrCleared(maybe_cached_map)); in HandlePolymorphicCase()
159 CSA_DCHECK(this, TaggedEqual(LoadFeedbackVectorSlot(CAST(vector), slot), in TryMegaDOMCase()
169 CSA_DCHECK(this, IsStrong(maybe_handler)); in TryMegaDOMCase()
178 CSA_DCHECK(this, IsWeakOrCleared(maybe_getter)); in TryMegaDOMCase()
184 CSA_DCHECK(this, IsWeakOrCleared(maybe_context)); in TryMegaDOMCase()
263 CSA_DCHECK(this, IsWeakOrCleared(maybe_context)); in HandleLoadAccessor()
277 CSA_DCHECK(thi in HandleLoadAccessor()
[all...]
H A Dkeyed-store-generic.cc378 CSA_DCHECK(this, IsJSArrayMap(receiver_map)); in StoreElementWithCapacity()
490 CSA_DCHECK(this, TaggedEqual(elements, LoadElements(receiver))); in StoreElementWithCapacity()
822 CSA_DCHECK(this, IsSimpleObjectMap(receiver_map)); in EmitGenericPropertyStore()
984 CSA_DCHECK(this, IsPrivateSymbol(name)); in EmitGenericPropertyStore()
1017 CSA_DCHECK(this, IsAccessorPair(accessor_pair)); in EmitGenericPropertyStore()
1123 CSA_DCHECK(this, BoolConstant(!IsDefineNamedOwn())); in KeyedStoreGeneric()
1208 CSA_DCHECK(this, Word32Equal(is_simple_receiver, in StoreProperty()
H A Dunary-op-assembler.cc184 CSA_DCHECK(this, SmiEqual(var_feedback.value(), in UnaryOpWithFeedback()
198 CSA_DCHECK(this, SmiEqual(var_feedback.value(), in UnaryOpWithFeedback()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc320 CSA_DCHECK(this, UintPtrLessThanOrEqual(value, IntPtrConstant(0x80000000u))); in IntPtrRoundUpToPowerOfTwo32()
759 CSA_DCHECK(this, IntPtrLessThan(ChangeUint32ToWord(value), in SmiFromUint32()
1362 CSA_DCHECK(this, IsRegularHeapObjectSize(size_in_bytes));
1378 CSA_DCHECK(this, IsRegularHeapObjectSize(size_in_bytes));
1719 CSA_DCHECK(this, Word32Or(IsHeapNumber(object), IsOddball(object)));
1735 CSA_DCHECK(this,
1773 CSA_DCHECK(this,
1816 CSA_DCHECK(this, Word32Or(IsSwissNameDictionary(dict),
1819 CSA_DCHECK(this,
1830 CSA_DCHECK(thi
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc482 CSA_DCHECK(this, IsClearWord32<StoreLookupSlotFlags::LookupHoistingModeBit>( in IGNITION_HANDLER()
1295 CSA_DCHECK(this, TaggedEqual(value, false_value)); in IGNITION_HANDLER()
1798 // We just use the final label as the default and properly CSA_DCHECK in IGNITION_HANDLER()
1802 CSA_DCHECK(this, Uint32LessThan(literal_flag, Int32Constant(num_cases))); in IGNITION_HANDLER()
1918 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
1929 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
1940 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
1951 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
2238 CSA_DCHECK(this, TaggedIsSmi(acc)); in IGNITION_HANDLER()
3058 // TODO(leszeks): table_length is only used for a CSA_DCHECK, w in IGNITION_HANDLER()
[all...]
H A Dinterpreter-assembler.cc276 CSA_DCHECK(this, in RegisterLocationInRegisterList()
302 CSA_DCHECK( in StoreRegisterForShortStar()
305 CSA_DCHECK( in StoreRegisterForShortStar()
1006 CSA_DCHECK(this, Int32GreaterThanOrEqual(weight, Int32Constant(0))); in UpdateInterruptBudget()
1442 CSA_DCHECK(this, IntPtrEqual(registers.base_reg_location(), in ExportParametersAndRegisterFile()
1514 CSA_DCHECK(this, IntPtrEqual(registers.base_reg_location(), in ImportRegisterFile()

Completed in 40 milliseconds

12