Searched refs:Catch (Results 1 – 7 of 7) sorted by relevance
100 if (stack_maps_.back()[StackMap::kKind] == StackMap::Kind::Catch) { in BeginStackMapEntry()101 DCHECK(current_stack_map_[StackMap::kKind] == StackMap::Kind::Catch); in BeginStackMapEntry()102 } else if (current_stack_map_[StackMap::kKind] != StackMap::Kind::Catch) { in BeginStackMapEntry()131 } else if (kind == StackMap::Kind::Catch) { in BeginStackMapEntry()
1265 StackMap::Kind::Catch); in RecordCatchBlockInfo()
30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
72 Catch UnsatisfiedLinkError exception as expected.
127 Catch = 0, enumerator400 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() == StackMap::Kind::Catch) { in GetCatchStackMapForDexPc()
150 return sm.GetPackedNativePc() < packed_pc && sm.GetKind() != StackMap::Kind::Catch; in GetStackMapForNativePcOffset()
416 :catch_all_spill # Catch and continue466 :catch_all_spill # Catch and continue