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

  /external/libcxxabi/src/
cxa_personality.cpp 317 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception)
320 if (native_exception)
351 uint8_t ttypeEncoding, bool native_exception,
357 call_terminate(native_exception, unwind_exception);
374 uint8_t ttypeEncoding, bool native_exception,
380 call_terminate(native_exception, unwind_exception);
401 call_terminate(native_exception, unwind_exception);
554 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
565 bool native_exception,
628 call_terminate(native_exception, unwind_exception)
    [all...]
cxa_exception.cpp 426 bool native_exception = __isOurExceptionClass(unwind_exception); local
436 if (native_exception)
503 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); local
504 if (native_exception)
590 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); local
591 if (native_exception)
617 if (native_exception)

Completed in 615 milliseconds