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

1 2

  /art/runtime/
common_throws.cc 46 static void ThrowException(const ThrowLocation* throw_location, const char* exception_descriptor,
92 ThrowException(NULL, "Ljava/lang/AbstractMethodError;", NULL,
100 ThrowException(NULL, "Ljava/lang/ArithmeticException;", NULL, "divide by zero");
106 ThrowException(NULL, "Ljava/lang/ArrayIndexOutOfBoundsException;", NULL,
113 ThrowException(NULL, "Ljava/lang/ArrayStoreException;", NULL,
122 ThrowException(NULL, "Ljava/lang/ClassCastException;", NULL,
129 ThrowException(throw_location, "Ljava/lang/ClassCastException;", NULL, msg);
137 ThrowException(NULL, "Ljava/lang/ClassCircularityError;", c, msg.str().c_str());
145 ThrowException(NULL, "Ljava/lang/ClassFormatError;", referrer, fmt, &args);
154 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str())
    [all...]
  /external/chromium_org/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...]
  /external/chromium_org/content/renderer/pepper/
plugin_object.cc 104 if (try_catch.ThrowException())
111 if (try_catch.ThrowException())
120 try_catch.ThrowException();
140 if (try_catch.ThrowException())
148 try_catch.ThrowException(kInvalidValueException);
188 if (try_catch.ThrowException())
195 if (try_catch.ThrowException())
199 if (try_catch.ThrowException())
208 if (try_catch.ThrowException())
241 if (try_catch.ThrowException())
    [all...]
pepper_try_catch.h 62 bool ThrowException();
63 void ThrowException(const char* message);
pepper_try_catch.cc 89 bool PepperTryCatchV8::ThrowException() {
102 instance_->GetIsolate()->ThrowException(v8::Exception::Error(
110 void PepperTryCatchV8::ThrowException(const char* message) {
112 ThrowException();
message_channel.cc 233 if (try_catch.ThrowException())
253 try_catch.ThrowException("Cannot set properties with the name postMessage"
302 try_catch.ThrowException(
313 try_catch.ThrowException(
329 try_catch.ThrowException(
337 if (try_catch.ThrowException())
343 try_catch.ThrowException(
350 if (try_catch.ThrowException())
  /external/chromium_org/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/chromium_org/gin/
arguments.cc 44 isolate_->ThrowException(v8::Exception::TypeError(
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Path2D.cpp 74 args.GetIsolate()->ThrowException(
87 args.GetIsolate()->ThrowException(
100 args.GetIsolate()->ThrowException(
119 args.GetIsolate()->ThrowException(
141 args.GetIsolate()->ThrowException(
177 args.GetIsolate()->ThrowException(
199 args.GetIsolate()->ThrowException(
225 args.GetIsolate()->ThrowException(
BaseContext.cpp 33 args.GetIsolate()->ThrowException(
80 args.GetIsolate()->ThrowException(
97 args.GetIsolate()->ThrowException(
125 args.GetIsolate()->ThrowException(
147 args.GetIsolate()->ThrowException(
177 info.GetIsolate()->ThrowException(
187 info.GetIsolate()->ThrowException(
Global.cpp 106 args.GetIsolate()->ThrowException(
  /external/skia/experimental/SkV8Example/
Path2D.cpp 74 args.GetIsolate()->ThrowException(
87 args.GetIsolate()->ThrowException(
100 args.GetIsolate()->ThrowException(
119 args.GetIsolate()->ThrowException(
141 args.GetIsolate()->ThrowException(
177 args.GetIsolate()->ThrowException(
199 args.GetIsolate()->ThrowException(
225 args.GetIsolate()->ThrowException(
BaseContext.cpp 33 args.GetIsolate()->ThrowException(
80 args.GetIsolate()->ThrowException(
97 args.GetIsolate()->ThrowException(
125 args.GetIsolate()->ThrowException(
147 args.GetIsolate()->ThrowException(
177 info.GetIsolate()->ThrowException(
187 info.GetIsolate()->ThrowException(
  /external/chromium_org/chrome/renderer/extensions/
app_bindings.cc 49 isolate->ThrowException(v8::String::NewFromUtf8(isolate, error.c_str()));
99 context()->isolate()->ThrowException(
105 context()->isolate()->ThrowException(v8::String::NewFromUtf8(
151 context()->isolate()->ThrowException(v8::String::NewFromUtf8(
cast_streaming_native_handler.cc 91 isolate->ThrowException(v8::Exception::Error(
97 isolate->ThrowException(v8::Exception::Error(
214 isolate->ThrowException(v8::Exception::Error(
226 isolate->ThrowException(v8::Exception::Error(
237 isolate->ThrowException(v8::Exception::Error(
377 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
383 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
446 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
453 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
459 args.GetIsolate()->ThrowException(v8::Exception::TypeError
    [all...]
webstore_bindings.cc 86 args.GetIsolate()->ThrowException(
  /external/chromium_org/extensions/renderer/
set_icon_natives.cc 49 isolate->ThrowException(v8::Exception::Error(
58 isolate->ThrowException(v8::Exception::Error(
66 isolate->ThrowException(
73 isolate->ThrowException(
safe_builtins.cc 173 info.GetIsolate()->ThrowException(
  /external/chromium_org/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(
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 28 V(ThrowException, art_portable_throw_exception_from_code) \
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.cc 117 args->isolate()->ThrowException(v8::Exception::Error(gin::StringToV8(
141 args->isolate()->ThrowException(v8::Exception::Error(gin::StringToV8(
  /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/chromium_org/chrome/renderer/
external_extension.cc 157 isolate->ThrowException(v8::Exception::Error(v8::String::Empty(isolate)));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ThrowException.cpp 87 return V8ThrowException::throwException(exception, isolate);
98 return V8ThrowException::throwException(exception, isolate);
109 return V8ThrowException::throwException(exception, isolate);
120 return V8ThrowException::throwException(exception, isolate);
131 return V8ThrowException::throwException(exception, isolate);
142 return V8ThrowException::throwException(exception, isolate);
145 v8::Handle<v8::Value> V8ThrowException::throwException(v8::Handle<v8::Value> exception, v8::Isolate* isolate)
148 isolate->ThrowException(exception);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptHostCustom.cpp 328 isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "One argument expected.")));
334 isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "The argument must be a string.")));
352 isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "One argument expected.")));
358 isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "The argument must be a string.")));

Completed in 460 milliseconds

1 2