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

  /external/compiler-rt/lib/
gcc_personality_v0.c 186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
190 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
237 (uintptr_t)exceptionObject);
  /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 522 /// @param exceptionObject thrown _Unwind_Exception instance.
529 struct _Unwind_Exception *exceptionObject) {
533 !exceptionObject ||
538 (((char*) exceptionObject) + ourBaseFromUnwindOffset);
544 "handleActionValue(...): exceptionObject = <%p>, "
546 exceptionObject,
609 /// @param exceptionObject thrown _Unwind_Exception instance.
616 struct _Unwind_Exception *exceptionObject,
723 exceptionObject);
739 (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 64 milliseconds