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/
H A Dbuiltins-async-function-gen.cc58 CSA_SLOW_DCHECK( in AsyncFunctionAwaitResumeClosure()
H A 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()
H A Dbuiltins-async-generator-gen.cc219 CSA_SLOW_DCHECK(this, IsGeneratorSuspended(async_generator_object)); in AsyncGeneratorAwaitResumeClosure()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1795 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 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/
H A Daccessor-assembler.cc4845 CSA_SLOW_DCHECK(this, IsJSObjectMap(source_map)); in GenerateCloneObjectIC()
4846 CSA_SLOW_DCHECK(this, IsJSObjectMap(result_map)); in GenerateCloneObjectIC()

Completed in 25 milliseconds