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

  /art/compiler/optimizing/
graph_checker.cc 198 if (block->IsTryBlock()) {
214 if (block->IsTryBlock()) {
    [all...]
nodes.cc     [all...]
instruction_builder.cc 85 } else if (current->IsTryBlock()) {
318 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(it.CurrentInstruction())) {
    [all...]
nodes.h 772 bool IsTryBlock() const { return try_entry_ != nullptr; }
775 DCHECK(IsTryBlock());
    [all...]

Completed in 73 milliseconds