Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h527 auto type_ids = try_inst->GetCatchTypeIds(); in EnumerateCatchHandlers() local
529 ASSERT(type_ids != nullptr && catch_indexes != nullptr); in EnumerateCatchHandlers()
530 for (size_t idx = 0; idx < type_ids->size(); idx++) { in EnumerateCatchHandlers()
537 if (!callback(succ, type_ids->at(idx))) { in EnumerateCatchHandlers()