Searched refs:specIndex (Results 1 – 3 of 3) sorted by relevance
313 bool canExceptionSpecCatch(int64_t specIndex, in canExceptionSpecCatch() argument323 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() argument457 specIndex = -specIndex; in canExceptionSpecCatch()458 specIndex -= 1; in canExceptionSpecCatch()459 const uint8_t* temp = classInfo + specIndex; in canExceptionSpecCatch()
48 bool canExceptionSpecCatch(int64_t specIndex,
404 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument418 specIndex = -specIndex; in exception_spec_can_catch()419 --specIndex; in exception_spec_can_catch()422 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t)); in exception_spec_can_catch()446 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument456 specIndex = -specIndex; in exception_spec_can_catch()457 --specIndex; in exception_spec_can_catch()458 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()