/external/v8/src/ |
checks.h | 34 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); 40 V8_Fatal(__FILE__, __LINE__, "%s", (msg)) 42 V8_Fatal(__FILE__, __LINE__, "unimplemented code") 44 V8_Fatal(__FILE__, __LINE__, "unreachable code") 47 V8_Fatal("", 0, "%s", (msg)) 49 V8_Fatal("", 0, "unimplemented code") 60 V8_Fatal(file, line, "CHECK(%s) failed", source); 75 V8_Fatal(file, line, 92 V8_Fatal(file, line, 113 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i" [all...] |
checks.cc | 38 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { 71 V8_Fatal(file, line, 86 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",
|
preparser-api.cc | 181 V8_Fatal(__FILE__, __LINE__, reason); 217 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) {
|
platform-macos.cc | 490 V8_Fatal(__FILE__, __LINE__, "V8 failed to get kernel version"); 523 V8_Fatal(__FILE__, __LINE__,
|
/external/v8/test/cctest/ |
test-log-utils.cc | 53 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n" 63 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n"
|
test-heap-profiler.cc | 113 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n%s", 132 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n%s", [all...] |
test-disasm-arm.cc | 100 V8_Fatal(__FILE__, __LINE__, "ARM Disassembler tests failed.\n"); \
|
test-debug.cc | 76 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n# " 91 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i", 105 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n# " 118 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %p", 827 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *ascii); [all...] |
/external/v8/src/mips/ |
cpu-mips.cc | 67 V8_Fatal(__FILE__, __LINE__, "Failed to flush the instruction cache");
|
simulator-mips.h | 294 V8_Fatal(__FILE__, __LINE__,
|
simulator-mips.cc | [all...] |