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

  /external/libcxxabi/src/
cxa_handlers.cpp 92 bool native_exception = variable
95 if (native_exception)
cxa_default_handlers.cpp 39 bool native_exception = local
42 if (native_exception)
cxa_exception.cpp 410 bool native_exception = isOurExceptionClass(unwind_exception); local
420 if (native_exception)
487 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
488 if (native_exception)
574 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
575 if (native_exception)
601 if (native_exception)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_handlers.cpp 92 bool native_exception = variable
95 if (native_exception)
cxa_default_handlers.cpp 38 bool native_exception = local
41 if (native_exception)
cxa_exception.cpp 368 bool native_exception = isOurExceptionClass(unwind_exception); local
378 if (native_exception)
445 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
446 if (native_exception)
532 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); local
533 if (native_exception)
559 if (native_exception)

Completed in 127 milliseconds