Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc8057 Label if_isfast(this), if_isslow(this); in CreateArrayIterator() local
8059 &if_isfast, &if_isslow); in CreateArrayIterator()
8069 Bind(&if_isslow); in CreateArrayIterator()
8092 Label if_isfast(this), if_isslow(this); in CreateArrayIterator() local
8094 &if_isfast, &if_isslow); in CreateArrayIterator()
8116 &if_isslow); in CreateArrayIterator()
8123 GotoIfNot(WordEqual(prototype, array_prototype), &if_isslow); in CreateArrayIterator()
8129 GotoIfNot(WordEqual(prototype, object_prototype), &if_isslow); in CreateArrayIterator()
8133 Branch(IsNull(prototype), &if_ispacked, &if_isslow); in CreateArrayIterator()
8153 Bind(&if_isslow); in CreateArrayIterator()