Searched refs:DexMethodIndex (Results 1 – 3 of 3) sorted by relevance
49 uint16_t DexMethodIndex(const Instruction& inst) { in DexMethodIndex() function380 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()
46 uint16_t DexMethodIndex(const Instruction& inst);
362 const uint32_t method_idx = DexMethodIndex(inst.Inst()); in ProcessCodeItem()480 uint32_t method_idx = DexMethodIndex(next.Inst()); in ProcessCodeItem()