Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp350 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument
366 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() argument
385 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() local
483 if (ttypeIndex == 0) in exception_spec_can_catch()
[all …]