Home
last modified time | relevance | path

Searched refs:handlerCount (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp96 return ++exception->handlerCount; in incrementHandlerCount()
101 return --exception->handlerCount; in decrementHandlerCount()
382 exception_header->handlerCount = exception_header->handlerCount < 0 ? in __cxa_begin_catch()
383 -exception_header->handlerCount + 1 : exception_header->handlerCount + 1; in __cxa_begin_catch()
435 static_assert(__builtin_offsetof(__cxa_exception, handlerCount) == in __cxa_end_catch()
436 __builtin_offsetof(__cxa_dependent_exception, handlerCount), in __cxa_end_catch()
450 if (exception_header->handlerCount < 0) in __cxa_end_catch()
537 exception_header->handlerCount = -exception_header->handlerCount; in __cxa_rethrow()
Dcxa_exception.hpp46 int handlerCount; member
84 int handlerCount; member
Dcxa_personality.cpp1267 new_exception_header->handlerCount = -new_exception_header->handlerCount; in __cxa_call_unexpected()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java203 int handlerCount = reader.readSleb128(); in makeAnnotator() local
204 out.annotateTo(reader.getOffset(), "size = %d", handlerCount); in makeAnnotator() local
205 boolean hasCatchAll = handlerCount <= 0; in makeAnnotator()
206 handlerCount = Math.abs(handlerCount); in makeAnnotator()
207 if (handlerCount != 0) { in makeAnnotator()
211 for (int j=0; j<handlerCount; j++) { in makeAnnotator()
/external/jacoco/
Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...