Home
last modified time | relevance | path

Searched refs:CSA_SLOW_DCHECK (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-async-function-gen.cc58 CSA_SLOW_DCHECK( in AsyncFunctionAwaitResumeClosure()
Dbuiltins-string-gen.cc1467 CSA_SLOW_DCHECK(this, in LoadSurrogatePairAt()
1469 CSA_SLOW_DCHECK(this, Uint32LessThan(lead, Int32Constant(0xDC00))); in LoadSurrogatePairAt()
1470 CSA_SLOW_DCHECK(this, in LoadSurrogatePairAt()
1472 CSA_SLOW_DCHECK(this, Uint32LessThan(trail, Int32Constant(0xE000))); in LoadSurrogatePairAt()
Dbuiltins-async-generator-gen.cc219 CSA_SLOW_DCHECK(this, IsGeneratorSuspended(async_generator_object)); in AsyncGeneratorAwaitResumeClosure()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1795 CSA_SLOW_DCHECK(this, Word32BinaryNot(IsDictionaryMap(LoadMap(object)))); in LoadFastProperties()
1804 CSA_SLOW_DCHECK(this, IsDictionaryMap(LoadMap(object))); in LoadSlowProperties()
1844 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); in LoadFastJSArrayLength()
1850 CSA_SLOW_DCHECK(this, IsNotWeakFixedArraySubclass(array)); in LoadFixedArrayBaseLength()
2632 CSA_SLOW_DCHECK( in LoadFeedbackVectorSlot()
2672 CSA_SLOW_DCHECK(this, IsFixedArraySubclass(object)); in LoadAndUntagToWord32FixedArrayElement()
3998 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); in AllocateJSArray()
4035 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); in AllocateUninitializedJSArrayWithElements()
4141 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); in AllocateUninitializedJSArray()
4164 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); in AllocateJSArray()
[all …]
Dcode-stub-assembler.h303 #define CSA_SLOW_DCHECK(csa, ...) \ macro
308 #define CSA_SLOW_DCHECK(csa, ...) ((void)0) macro
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc4845 CSA_SLOW_DCHECK(this, IsJSObjectMap(source_map)); in GenerateCloneObjectIC()
4846 CSA_SLOW_DCHECK(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()