Home
last modified time | relevance | path

Searched refs:specIndex (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc313 bool canExceptionSpecCatch(int64_t specIndex, in canExceptionSpecCatch() argument
323 specIndex = -specIndex; in canExceptionSpecCatch()
324 specIndex -= 1; in canExceptionSpecCatch()
325 const uint32_t* temp = reinterpret_cast<const uint32_t*>(classInfo) + specIndex; in canExceptionSpecCatch()
446 bool canExceptionSpecCatch(int64_t specIndex, in canExceptionSpecCatch() argument
456 specIndex = -specIndex; in canExceptionSpecCatch()
457 specIndex -= 1; in canExceptionSpecCatch()
458 const uint8_t* temp = classInfo + specIndex; in canExceptionSpecCatch()
Dhelper_func_internal.h48 bool canExceptionSpecCatch(int64_t specIndex,