Searched refs:CSA_SLOW_DCHECK (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-function-gen.cc | 58 CSA_SLOW_DCHECK( in AsyncFunctionAwaitResumeClosure()
|
H A 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()
|
H A D | builtins-async-generator-gen.cc | 219 CSA_SLOW_DCHECK(this, IsGeneratorSuspended(async_generator_object)); in AsyncGeneratorAwaitResumeClosure()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1795 CSA_SLOW_DCHECK(this, Word32BinaryNot(IsDictionaryMap(LoadMap(object)))); 1804 CSA_SLOW_DCHECK(this, IsDictionaryMap(LoadMap(object))); 1844 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); 1850 CSA_SLOW_DCHECK(this, IsNotWeakFixedArraySubclass(array)); 2632 CSA_SLOW_DCHECK( 2672 CSA_SLOW_DCHECK(this, IsFixedArraySubclass(object)); 3998 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); 4035 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); 4141 CSA_SLOW_DCHECK(this, TaggedIsPositiveSmi(length)); 4164 CSA_SLOW_DCHECK(thi [all...] |
H A 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/ |
H A D | accessor-assembler.cc | 4845 CSA_SLOW_DCHECK(this, IsJSObjectMap(source_map)); in GenerateCloneObjectIC() 4846 CSA_SLOW_DCHECK(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()
|
Completed in 25 milliseconds