Searched refs:ttypeIndex (Results 1 – 2 of 2) sorted by relevance
363 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument379 const uint8_t* ttypePtr = classInfo - ttypeIndex * sizeof(uintptr_t); in get_shim_type_info()386 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument398 ttypeIndex *= sizeof(void*); in get_shim_type_info()402 ttypeIndex *= 2; in get_shim_type_info()406 ttypeIndex *= 4; in get_shim_type_info()410 ttypeIndex *= 8; in get_shim_type_info()416 classInfo -= ttypeIndex; in get_shim_type_info()498 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch() local499 if (ttypeIndex == 0) in exception_spec_can_catch()[all …]
297 results.ttypeIndex = 0;