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

  /art/test/471-uninitialized-locals/smali/
Test.smali 20 .method public static ThrowException()V
  /art/runtime/
common_throws.cc 47 static void ThrowException(const char* exception_descriptor,
82 ThrowException("Ljava/lang/AbstractMethodError;", nullptr,
90 ThrowException("Ljava/lang/ArithmeticException;", nullptr, "divide by zero");
96 ThrowException("Ljava/lang/ArrayIndexOutOfBoundsException;", nullptr,
103 ThrowException("Ljava/lang/ArrayStoreException;", nullptr,
112 ThrowException("Ljava/lang/ClassCastException;", nullptr,
119 ThrowException("Ljava/lang/ClassCastException;", nullptr, msg);
127 ThrowException("Ljava/lang/ClassCircularityError;", c, msg.str().c_str());
135 ThrowException("Ljava/lang/ClassFormatError;", referrer, fmt, &args);
144 ThrowException("Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str())
    [all...]
  /external/v8/src/
d8-posix.cc 177 isolate->ThrowException(String::NewFromUtf8(isolate, message));
192 isolate->ThrowException(String::NewFromUtf8(isolate, message));
229 args.GetIsolate()->ThrowException(String::NewFromUtf8(
238 args.GetIsolate()->ThrowException(String::NewFromUtf8(
284 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(err)));
305 return isolate->ThrowException(
321 return isolate->ThrowException(
383 isolate->ThrowException(String::NewFromUtf8(
395 isolate->ThrowException(String::NewFromUtf8(isolate, message));
404 isolate->ThrowException(String::NewFromUtf8(isolate, message))
    [all...]
d8.cc 72 return isolate->ThrowException(String::NewFromUtf8(isolate, message));
    [all...]
api.cc     [all...]
  /external/v8/src/extensions/
externalize-string-extension.cc 57 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
67 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
76 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
105 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
115 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 78 args.GetIsolate()->ThrowException(
91 args.GetIsolate()->ThrowException(
104 args.GetIsolate()->ThrowException(
123 args.GetIsolate()->ThrowException(
145 args.GetIsolate()->ThrowException(
181 args.GetIsolate()->ThrowException(
203 args.GetIsolate()->ThrowException(
229 args.GetIsolate()->ThrowException(
DrawingMethods.cpp 53 args.GetIsolate()->ThrowException(
70 args.GetIsolate()->ThrowException(
98 args.GetIsolate()->ThrowException(
Global.cpp 106 args.GetIsolate()->ThrowException(
  /external/v8/samples/
shell.cc 169 args.GetIsolate()->ThrowException(
175 args.GetIsolate()->ThrowException(
181 args.GetIsolate()->ThrowException(
197 args.GetIsolate()->ThrowException(
203 args.GetIsolate()->ThrowException(
212 args.GetIsolate()->ThrowException(
lineprocessor.cc 356 args.GetIsolate()->ThrowException(
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 192 static void ThrowException(const char *errorMessage)
199 ThrowException(kUserErrorMessage);
337 ThrowException("Can not open mapping");
340 ThrowException("MapViewOfFile error");
345 ThrowException("Incorrect mapping data");
360 ThrowException("data error");
663 ThrowException("Incorrect volume size");
892 ThrowException("Cannot use absolute pathnames for this command");
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 108 static void ThrowException() { throw CInArchiveException(); }
109 static inline void ThrowEndOfData() { ThrowException(); }
110 static inline void ThrowUnsupported() { ThrowException(); }
111 static inline void ThrowIncorrect() { ThrowException(); }
112 static inline void ThrowUnsupportedVersion() { ThrowException(); }
128 static void ThrowException(CInArchiveException::CCauseType c) { throw CInArchiveException(c); }
129 static void ThrowEndOfData() { ThrowException(CInArchiveException::kEndOfData); }
130 static void ThrowUnsupported() { ThrowException(CInArchiveException::kUnsupported); }
131 static void ThrowIncorrect() { ThrowException(CInArchiveException::kIncorrect); }
132 static void ThrowUnsupportedVersion() { ThrowException(CInArchiveException::kUnsupportedVersion); }
    [all...]
  /external/v8/test/cctest/
test-accessors.cc 378 info.GetIsolate()->ThrowException(v8_str("g"));
385 info.GetIsolate()->ThrowException(value);
test-api.cc     [all...]
test-debug.cc     [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 467 isolate->ThrowException(v8::String::NewFromUtf8(isolate,
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1556 milliseconds