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

  /art/libdexfile/dex/
dex_instruction_iterator.h 32 return *Instruction::At(instructions_ + DexPc());
39 ALWAYS_INLINE uint32_t DexPc() const {
75 ALWAYS_INLINE uint32_t DexPc() const {
76 return data_.DexPc();
91 return lhs.DexPc() == rhs.DexPc();
102 return lhs.DexPc() < rhs.DexPc();
129 : DexInstructionIterator(pair.Instructions(), pair.DexPc()) {}
153 ALWAYS_INLINE uint32_t DexPc() const
    [all...]
  /art/dexdump/
dexdump_cfg.cc 50 dex_pc_is_branch_target.insert(pair.DexPc() + inst->GetTargetOffset());
68 dex_pc_is_branch_target.insert(pair.DexPc() + offset);
82 const uint32_t dex_pc = pair.DexPc();
167 const uint32_t dex_pc = pair.DexPc();
274 old_dex_pc = pair.DexPc();
dexdump.cc     [all...]
  /art/runtime/
mapping_table.h 85 uint32_t DexPc() const {
162 uint32_t DexPc() const {
art_method.cc 590 if (pair.DexPc() == dex_pc) {
    [all...]
debugger.cc 111 uint32_t DexPc() const {
137 rhs.DexPc());
407 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].IsInMethod(m)) {
    [all...]
  /art/compiler/dex/
verified_method.cc 73 const uint32_t dex_pc = pair.DexPc();
dex_to_dex_compiler.cc 213 const uint32_t dex_pc = it.DexPc();
  /art/runtime/jit/
profiling_info.cc 55 entries.push_back(inst.DexPc());
  /art/test/983-source-transform-verify/
source_transform_art.cc 71 << " [Dex PC: 0x" << std::hex << pair.DexPc() << std::dec << "] : "
  /art/compiler/optimizing/
block_builder.cc 103 const uint32_t dex_pc = pair.DexPc();
139 MaybeCreateBlockAt(next.DexPc());
155 const uint32_t dex_pc = pair.DexPc();
214 block->AddSuccessor(GetBlockAt(std::next(DexInstructionIterator(pair)).DexPc()));
instruction_builder.cc 370 const uint32_t dex_pc = pair.DexPc();
498 locations->ClearBit(inst.DexPc());
500 DCHECK(next.DexPc() != inst.DexPc());
502 locations->SetBit(next.DexPc());
    [all...]
code_generator.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/tools/veridex/
flow_analysis.cc 81 const uint32_t dex_pc = pair.DexPc();
  /art/dexlayout/
dexlayout.cc     [all...]
  /art/profman/
profman.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 1118 milliseconds