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

  /external/libcxxabi/src/
cxa_exception.cpp 406 if (exception_header != globals->caughtExceptions)
408 exception_header->nextException = globals->caughtExceptions;
409 globals->caughtExceptions = exception_header;
419 // If the caughtExceptions stack is not empty, terminate
420 if (globals->caughtExceptions != 0)
423 globals->caughtExceptions = exception_header;
460 __cxa_exception* exception_header = globals->caughtExceptions;
461 // If we've rethrown a foreign exception, then globals->caughtExceptions
476 globals->caughtExceptions = exception_header->nextException;
489 globals->caughtExceptions = exception_header->nextException
    [all...]
cxa_default_handlers.cpp 32 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_exception.hpp 105 __cxa_exception * caughtExceptions;
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 408 if (exception_header != globals->caughtExceptions)
410 exception_header->nextException = globals->caughtExceptions;
411 globals->caughtExceptions = exception_header;
421 // If the caughtExceptions stack is not empty, terminate
422 if (globals->caughtExceptions != 0)
425 globals->caughtExceptions = exception_header;
457 __cxa_exception* exception_header = globals->caughtExceptions;
458 // If we've rethrown a foreign exception, then globals->caughtExceptions
473 globals->caughtExceptions = exception_header->nextException;
486 globals->caughtExceptions = exception_header->nextException
    [all...]
cxa_default_handlers.cpp 32 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_exception.hpp 105 __cxa_exception * caughtExceptions;
cxa_handlers.cpp 90 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 340 __cxa_exception* header = globals->caughtExceptions;
350 globals->caughtExceptions = 0;
362 if (globals->caughtExceptions) {
371 if (header != globals->caughtExceptions) {
372 header->nextException = globals->caughtExceptions;
373 globals->caughtExceptions = header;
382 __cxa_exception *header = globals->caughtExceptions;
390 globals->caughtExceptions = 0;
398 globals->caughtExceptions = header->nextException;
401 globals->caughtExceptions = header->nextException
    [all...]
call_unexpected.cc 221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions;
293 __cxa_exception* new_exception_header = globals->caughtExceptions;
cxxabi_defines.h 307 __cxa_exception* caughtExceptions;
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 362 milliseconds