/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") 58 V8_Fatal(__FILE__, __LINE__, "CHECK(%s) failed", #condition); \ 69 V8_Fatal(file, line, 86 V8_Fatal(file, line, 107 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 | 176 V8_Fatal(__FILE__, __LINE__, reason); 212 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) {
|
platform-macos.cc | 570 V8_Fatal(__FILE__, __LINE__, "V8 failed to get kernel version"); 603 V8_Fatal(__FILE__, __LINE__,
|
/external/v8/src/mips/ |
cpu-mips.cc | 77 V8_Fatal(__FILE__, __LINE__, "Failed to flush the instruction cache"); 90 V8_Fatal(__FILE__, __LINE__, "Failed to flush the instruction cache");
|
simulator-mips.h | 321 V8_Fatal(__FILE__, __LINE__,
|
simulator-mips.cc | [all...] |
/external/v8/test/cctest/ |
test-disasm-mips.cc | 102 V8_Fatal(__FILE__, __LINE__, "MIPS Disassembler tests failed.\n"); \
|
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", 840 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *ascii); [all...] |