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 529 /// @param exceptionObject thrown _Unwind_Exception instance.
536 struct _Unwind_Exception *exceptionObject) {
540 !exceptionObject ||
545 (((char*) exceptionObject) + ourBaseFromUnwindOffset);
551 "handleActionValue(...): exceptionObject = <%p>, "
553 exceptionObject,
616 /// @param exceptionObject thrown _Unwind_Exception instance.
623 struct _Unwind_Exception *exceptionObject,
730 exceptionObject);
746 (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 1157 milliseconds