/art/runtime/entrypoints/quick/ |
quick_deoptimization_entrypoints.cc | 34 self->SetException(ThrowLocation(), reinterpret_cast<mirror::Throwable*>(-1));
|
quick_throw_entrypoints.cc | 50 self->SetException(throw_location, exception);
|
/external/chromium_org/remoting/host/plugin/ |
host_script_object.cc | 165 SetException("exception during default invocation"); 206 SetException("Invoke: unknown method " + method_name); 240 SetException("GetProperty: NULL result"); 306 SetException("GetProperty: unsupported property " + property_name); 325 SetException("SetProperty: unexpected type for property " + 336 SetException("SetProperty: unexpected type for property " + 348 SetException("SetProperty: unexpected type for property " + 363 SetException("SetProperty: invalid value for property " + 367 SetException("SetProperty: unexpected type for property " + 378 SetException("SetProperty: unexpected type for property " [all...] |
host_script_object.h | 250 void SetException(const std::string& exception_string);
|
/external/chromium_org/content/renderer/pepper/ |
ppb_var_deprecated_impl.cc | 115 SetException(kInvalidObjectException); 153 SetException(kInvalidPropertyException); 203 accessor.SetException(kUnableToGetPropertyException); 227 accessor.SetException(kUnableToGetAllPropertiesException); 252 accessor.SetException(kInvalidValueException); 257 accessor.SetException(kUnableToSetPropertyException); 269 accessor.SetException(kUnableToRemovePropertyException); 284 accessor->SetException(kInvalidPropertyException); 288 accessor->SetException(kInvalidPropertyException); 298 accessor->SetException(kInvalidValueException) [all...] |
npapi_glue.h | 247 void SetException(const char* message); 254 // always indicate if SetException has been called, regardless of whether
|
npapi_glue.cc | 239 WebBindings::setException(object_var_, kInvalidPluginValue); 282 WebBindings::setException(object_var_, string->value().c_str()); 347 void TryCatch::SetException(const char* message) { 358 static_cast<TryCatch*>(self)->SetException(message);
|
pepper_plugin_instance_impl.cc | [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
content_settings_handler.h | 79 void SetException(const ListValue* args);
|
content_settings_handler.cc | 556 web_ui_->RegisterMessageCallback("setException", 558 &ContentSettingsHandler::SetException)); 652 void ContentSettingsHandler::SetException(const ListValue* args) {
|
/art/runtime/entrypoints/portable/ |
portable_thread_entrypoints.cc | 85 self->SetException(ThrowLocation(), reinterpret_cast<mirror::Throwable*>(-1));
|
portable_throw_entrypoints.cc | 58 self->SetException(throw_location, exception);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
content_settings_handler.h | 147 void SetException(const base::ListValue* args);
|
content_settings_handler.cc | [all...] |
/art/runtime/entrypoints/ |
entrypoint_utils.h | 301 self->SetException(saved_throw_location, saved_exception);
|
/art/runtime/ |
instrumentation.cc | 465 thread->SetException(throw_location, exception_object);
|
thread.cc | [all...] |
thread.h | 302 void SetException(const ThrowLocation& throw_location, mirror::Throwable* new_exception)
|
jni_internal.cc | 398 soa.Self()->SetException(throw_location, soa.Decode<Throwable*>(exception.get())); 751 soa.Self()->SetException(throw_location, exception); 801 soa.Self()->SetException(gc_safe_throw_location, old_exception.get()); [all...] |
debugger.cc | [all...] |
/art/runtime/mirror/ |
class.cc | 105 self->SetException(gc_safe_throw_location, old_exception.get());
|
/art/runtime/interpreter/ |
interpreter.cc | [all...] |