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

  /art/libdexfile/dex/
bytecode_utils.h 128 uint32_t GetDexPcForCurrentIndex() const { return table_.GetDexPcForIndex(index_); }
  /art/compiler/optimizing/
block_builder.cc 121 MaybeCreateBlockAt(dex_pc, s_it.GetDexPcForCurrentIndex());
200 uint32_t next_case_dex_pc = s_it.GetDexPcForCurrentIndex();
instruction_builder.cc 764 current_block_ = FindBlockStartingAt(it.GetDexPcForCurrentIndex());
    [all...]
  /art/tools/veridex/
flow_analysis.cc 91 SetAsBranchTarget(s_it.GetDexPcForCurrentIndex());

Completed in 784 milliseconds