Home
last modified time | relevance | path

Searched refs:CSA_SLOW_ASSERT (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-async-function.cc53 CSA_SLOW_ASSERT(this, HasInstanceType(generator, JS_GENERATOR_OBJECT_TYPE)); in AsyncFunctionAwaitResumeClosure()
60 CSA_SLOW_ASSERT( in AsyncFunctionAwaitResumeClosure()
107 CSA_SLOW_ASSERT(this, HasInstanceType(generator, JS_GENERATOR_OBJECT_TYPE)); in AsyncFunctionAwait()
108 CSA_SLOW_ASSERT(this, HasInstanceType(outer_promise, JS_PROMISE_TYPE)); in AsyncFunctionAwait()
Dbuiltins-async.cc34 CSA_SLOW_ASSERT( in Await()
42 CSA_SLOW_ASSERT( in Await()
75 CSA_SLOW_ASSERT(this, HasInstanceType(outer_promise, JS_PROMISE_TYPE)); in Await()
Dbuiltins-string.cc1891 CSA_SLOW_ASSERT(this, in LoadSurrogatePairAt()
1893 CSA_SLOW_ASSERT(this, Uint32LessThan(lead, Int32Constant(0xDC00))); in LoadSurrogatePairAt()
1894 CSA_SLOW_ASSERT(this, in LoadSurrogatePairAt()
1896 CSA_SLOW_ASSERT(this, Uint32LessThan(trail, Int32Constant(0xE000))); in LoadSurrogatePairAt()
/external/v8/src/
Dcode-stub-assembler.cc1035 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapBitField()
1040 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapBitField2()
1045 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapBitField3()
1054 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapElementsKind()
1060 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapDescriptors()
1065 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapPrototype()
1082 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapInstanceSize()
1088 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapInobjectProperties()
1100 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapConstructorFunctionIndex()
1111 CSA_SLOW_ASSERT(this, IsMap(map)); in LoadMapConstructor()
[all …]
Dcode-stub-assembler.h1417 #define CSA_SLOW_ASSERT(csa, x) \ macro
1422 #define CSA_SLOW_ASSERT(csa, x) ((void)0) macro