Home
last modified time | relevance | path

Searched refs:specIndex (Results 1 – 3 of 3) 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()
447 bool canExceptionSpecCatch(int64_t specIndex, in canExceptionSpecCatch() argument
457 specIndex = -specIndex; in canExceptionSpecCatch()
458 specIndex -= 1; in canExceptionSpecCatch()
459 const uint8_t* temp = classInfo + specIndex; in canExceptionSpecCatch()
Dhelper_func_internal.h48 bool canExceptionSpecCatch(int64_t specIndex,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp396 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
410 specIndex = -specIndex; in exception_spec_can_catch()
411 --specIndex; in exception_spec_can_catch()
414 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t)); in exception_spec_can_catch()
438 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
448 specIndex = -specIndex; in exception_spec_can_catch()
449 --specIndex; in exception_spec_can_catch()
450 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()