Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h138 inline bool IsThrowingDexInstruction(const Instruction& instruction) { in IsThrowingDexInstruction() function
/art/compiler/optimizing/
Dblock_builder.cc182 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) { in ConnectBasicBlocks()
Dinstruction_builder.cc376 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(pair.Inst())) { in Build()