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

  /art/compiler/optimizing/
bytecode_utils.h 156 uint32_t GetDexPcForCurrentIndex() const { return table_.GetDexPcForIndex(index_); }
block_builder.cc 96 MaybeCreateBlockAt(dex_pc, s_it.GetDexPcForCurrentIndex());
166 uint32_t next_case_dex_pc = s_it.GetDexPcForCurrentIndex();
instruction_builder.cc 612 current_block_ = FindBlockStartingAt(it.GetDexPcForCurrentIndex());
    [all...]

Completed in 192 milliseconds