Home
last modified time | relevance | path

Searched refs:DexMethodIndex (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc49 uint16_t DexMethodIndex(const Instruction& inst) { in DexMethodIndex() function
380 uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessDexFile()
391 uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessDexFile()
402 uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessDexFile()
413 uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessDexFile()
424 uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessDexFile()
Ddexanalyze_experiments.h46 uint16_t DexMethodIndex(const Instruction& inst);
Ddexanalyze_bytecode.cc362 const uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessCodeItem()
480 uint32_t method_idx = DexMethodIndex(next.Inst()); in ProcessCodeItem()