Searched refs:CSA_SLOW_DCHECK (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-async-function-gen.cc | 58 CSA_SLOW_DCHECK( in AsyncFunctionAwaitResumeClosure()
|
D | builtins-string-gen.cc | 1467 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()
|
D | builtins-async-generator-gen.cc | 219 CSA_SLOW_DCHECK(this, IsGeneratorSuspended(async_generator_object)); in AsyncGeneratorAwaitResumeClosure()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1795 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 …]
|
D | code-stub-assembler.h | 303 #define CSA_SLOW_DCHECK(csa, ...) \ macro 308 #define CSA_SLOW_DCHECK(csa, ...) ((void)0) macro
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 4845 CSA_SLOW_DCHECK(this, IsJSObjectMap(source_map)); in GenerateCloneObjectIC() 4846 CSA_SLOW_DCHECK(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()
|