Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5427 int elmc, in AddClass() argument
5430 elmc--; in AddClass()
5431 DCHECK(elmv[elmc] == 0x10000); in AddClass()
5432 for (int i = 0; i < elmc; i += 2) { in AddClass()
5440 int elmc, in AddClassNegated() argument
5443 elmc--; in AddClassNegated()
5444 DCHECK(elmv[elmc] == 0x10000); in AddClassNegated()
5446 DCHECK(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()
5448 for (int i = 0; i < elmc; i += 2) { in AddClassNegated()
/external/v8/test/cctest/
Dtest-api.cc14541 unsigned elmc, const char* elmv[]) { in CheckProperties() argument
14545 CHECK_EQ(elmc, props->Length()); in CheckProperties()
14546 for (unsigned i = 0; i < elmc; i++) { in CheckProperties()
14555 unsigned elmc, const char* elmv[]) { in CheckOwnProperties() argument
14560 CHECK_EQ(elmc, props->Length()); in CheckOwnProperties()
14561 for (unsigned i = 0; i < elmc; i++) { in CheckOwnProperties()