HomeSort by relevance Sort by last modified time
    Searched refs:V8_Fatal (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/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, ...) {
74 V8_Fatal(file, line,
89 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",
platform-posix.cc 673 V8_Fatal(__FILE__, __LINE__, "V8 failed to get kernel version");
707 V8_Fatal(__FILE__, __LINE__,
  /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/chromium_org/v8/src/mips/
cpu-mips.cc 77 V8_Fatal(__FILE__, __LINE__, "Failed to flush the instruction cache");
simulator-mips.h 323 V8_Fatal(__FILE__, __LINE__,
simulator-mips.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 92 V8_Fatal(__FILE__, __LINE__, "MIPS Disassembler tests failed.\n"); \
test-disasm-arm.cc 96 V8_Fatal(__FILE__, __LINE__, "ARM Disassembler tests failed.\n"); \
    [all...]
test-debug.cc 78 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n# "
93 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i",
107 V8_Fatal(file, line, "CHECK_EQ(%s, %s) failed\n# "
120 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %p",
856 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *utf8);
    [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...]

Completed in 2692 milliseconds