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

  /art/compiler/optimizing/
graph_checker.cc 200 if (block->IsTryBlock()) {
216 if (block->IsTryBlock()) {
    [all...]
nodes.cc     [all...]
nodes.h 873 bool IsTryBlock() const { return try_entry_ != nullptr; }
876 DCHECK(IsTryBlock());
    [all...]
inliner.cc     [all...]
instruction_builder.cc 97 } else if (current->IsTryBlock()) {
333 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(it.CurrentInstruction())) {
    [all...]

Completed in 119 milliseconds