Searched defs:ttypeIndex (Results 1 – 2 of 2) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 350 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() 373 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() 482 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch() local 515 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup member 713 int64_t ttypeIndex = readSLEB128(&action); in scan_eh_tab() local 1209 int64_t ttypeIndex; in __cxa_call_unexpected() local
|
/external/cronet/buildtools/third_party/libc++abi/trunk/src/ |
D | cxa_personality.cpp | 363 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() 386 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() 498 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch() local 532 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup member 733 int64_t ttypeIndex = readSLEB128(&action); in scan_eh_tab() local 1177 int64_t ttypeIndex; in __cxa_call_unexpected() local
|