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

  /art/compiler/optimizing/
block_builder.cc 189 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); local
190 block->AddSuccessor(GetBlockAt(next_dex_pc));
instruction_builder.cc 627 uint32_t next_dex_pc = dex_pc + instruction.SizeInCodeUnits(); local
628 return block->GetSingleSuccessor()->GetDexPc() == next_dex_pc;
    [all...]
  /art/runtime/
quick_exception_handler.cc 76 uint32_t next_dex_pc; local
78 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc);
80 exception_handler_->SetHandlerDexPc(next_dex_pc);

Completed in 160 milliseconds