Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc100 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()
Dcode_generator.cc1316 StackMap::Kind::Catch); in RecordCatchBlockInfo()
/art/test/800-smali/smali/
Db_22331663.smali30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
/art/test/115-native-bridge/
Dexpected.txt72 Catch UnsatisfiedLinkError exception as expected.
/art/runtime/
Dstack_map.h127 Catch = 0, enumerator
400 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() == StackMap::Kind::Catch) { in GetCatchStackMapForDexPc()
Dstack_map.cc150 return sm.GetPackedNativePc() < packed_pc && sm.GetKind() != StackMap::Kind::Catch; in GetStackMapForNativePcOffset()
/art/test/510-checker-try-catch/smali/
DRuntime.smali416 :catch_all_spill # Catch and continue
466 :catch_all_spill # Catch and continue