Home | History | Annotate | Download | only in analysis

Lines Matching refs:opFlags

158     u4 curIdx, OpcodeFlags opFlags, u4 nextIdx, u4* handlerList,
170 if ((opFlags & kInstrCanContinue) != 0) {
174 if ((opFlags & kInstrCanBranch) != 0) {
188 if ((opFlags & kInstrCanSwitch) != 0) {
410 OpcodeFlags opFlags = dexGetFlagsFromOpcode(opcode);
415 if ((opFlags & kInstrCanContinue) == 0) {
418 } else if ((opFlags & (kInstrCanBranch | kInstrCanSwitch)) != 0) {
421 } else if ((opFlags & kInstrCanThrow) != 0 &&
454 assert((opFlags & kInstrCanReturn) == 0);
505 if (!setPredecessors(vdata, curBlock, idx, opFlags, nextIdx,