Searched refs:ttypeIndex (Results 1 – 1 of 1) sorted by relevance
350 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument366 const uint8_t* ttypePtr = classInfo - ttypeIndex * sizeof(uintptr_t); in get_shim_type_info()373 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument385 ttypeIndex *= sizeof(void*); in get_shim_type_info()389 ttypeIndex *= 2; in get_shim_type_info()393 ttypeIndex *= 4; in get_shim_type_info()397 ttypeIndex *= 8; in get_shim_type_info()403 classInfo -= ttypeIndex; in get_shim_type_info()482 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch() local483 if (ttypeIndex == 0) in exception_spec_can_catch()[all …]