Searched defs:native_exception (Results 1 - 4 of 4) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_handlers.cpp95 bool native_exception = variable
98 if (native_exception)
H A Dcxa_default_handlers.cpp38 bool native_exception = local
41 if (native_exception)
H A Dcxa_exception.cpp389 bool native_exception = isOurExceptionClass(unwind_exception); local
399 if (native_exception)
466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
467 if (native_exception)
556 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
557 if (native_exception)
583 if (native_exception)
H A Dcxa_personality.cpp307 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) argument
310 if (native_exception)
341 uint8_t ttypeEncoding, bool native_exception,
347 call_terminate(native_exception, unwind_exception);
361 uint8_t ttypeEncoding, bool native_exception,
367 call_terminate(native_exception, unwind_exception);
388 call_terminate(native_exception, unwind_exception);
535 _UA_CLEANUP_PHASE && _UA_HANDLER_FRAME && !native_exception
546 bool native_exception,
609 call_terminate(native_exception, unwind_exceptio
340 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
360 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
545 scan_eh_tab(scan_results &results, _Unwind_Action actions, bool native_exception, _Unwind_Exception *unwind_exception, _Unwind_Context *context) argument
[all...]

Completed in 64 milliseconds