Home
last modified time | relevance | path

Searched refs:exceptionObject (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/
Dgcc_personality_v0.c186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() argument
190 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
237 (uintptr_t)exceptionObject); in __gcc_personality_sj0()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp529 struct _Unwind_Exception *exceptionObject) { in handleActionValue() argument
533 !exceptionObject || in handleActionValue()
538 (((char*) exceptionObject) + ourBaseFromUnwindOffset); in handleActionValue()
546 exceptionObject, in handleActionValue()
616 struct _Unwind_Exception *exceptionObject, in handleLsda() argument
723 exceptionObject); in handleLsda()
739 (uintptr_t)exceptionObject); in handleLsda()
801 struct _Unwind_Exception *exceptionObject, in ourPersonality() argument
829 exceptionObject, in ourPersonality()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.cpp290 JSObject* exceptionObject = exception.toObject(exec); in reportException() local
291 int lineNumber = exceptionObject->get(exec, Identifier(exec, "line")).toInt32(exec); in reportException()
292 …UString exceptionSourceURL = exceptionObject->get(exec, Identifier(exec, "sourceURL")).toString(ex… in reportException()
/external/compiler-rt/
DREADME.txt217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,