HomeSort by relevance Sort by last modified time
    Searched refs:IsThrowingDexInstruction (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
bytecode_utils.h 170 inline bool IsThrowingDexInstruction(const Instruction& instruction) {
block_builder.cc 148 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) {
instruction_builder.cc 318 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(it.CurrentInstruction())) {
    [all...]

Completed in 83 milliseconds