Home
last modified time | relevance | path

Searched refs:IsRange (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_experiments.h42 bool IsRange(Instruction::Code code);
Ddexanalyze_experiments.cc37 bool IsRange(Instruction::Code code) { in IsRange() function
46 return IsRange(inst.Opcode()) ? inst.VRegA_3rc() : inst.VRegA_35c(); in NumberOfArgs()
50 return IsRange(inst.Opcode()) ? inst.VRegB_3rc() : inst.VRegB_35c(); in DexMethodIndex()