Home
last modified time | relevance | path

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

/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc451 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
522 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
544 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc497 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
569 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
591 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc450 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
520 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
542 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc453 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
527 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
549 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc456 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
528 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
550 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc456 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
528 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
550 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc441 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
512 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
534 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc441 if (check == CHECK_ALL_MAPS) { in CheckPrototypes()
512 (depth != 1 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
534 (depth != 0 || check == CHECK_ALL_MAPS)) { in CheckPrototypes()
/external/v8/src/ic/
Dhandler-compiler.h16 enum PrototypeCheckType { CHECK_ALL_MAPS, SKIP_RECEIVER }; enumerator
Dhandler-compiler.cc114 check_type = CHECK_ALL_MAPS; in FrontendHeader()