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

  /frameworks/compile/libbcc/runtime/lib/
gcc_personality_v0.c 187 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
233 (uintptr_t)exceptionObject);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 520 /// @param exceptionObject thrown _Unwind_Exception instance.
527 struct _Unwind_Exception *exceptionObject) {
531 !exceptionObject ||
536 (((char*) exceptionObject) + ourBaseFromUnwindOffset);
542 "handleActionValue(...): exceptionObject = <%p>, "
544 exceptionObject,
607 /// @param exceptionObject thrown _Unwind_Exception instance.
614 struct _Unwind_Exception *exceptionObject,
721 exceptionObject);
737 (uintptr_t)exceptionObject);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 290 JSObject* exceptionObject = exception.toObject(exec);
291 int lineNumber = exceptionObject->get(exec, Identifier(exec, "line")).toInt32(exec);
292 UString exceptionSourceURL = exceptionObject->get(exec, Identifier(exec, "sourceURL")).toString(exec);

Completed in 51 milliseconds