Home | History | Annotate | Download | only in analysis

Lines Matching refs:opFlags

2001         InstructionFlags opFlags = dexGetInstrFlags(gDvm.instrFlags, opcode);
2003 if (opFlags & kInstrCanBranch) {
2007 if (opFlags & kInstrCanSwitch) {
2012 if ((opFlags & gcMask) != 0) {