Searched refs:FlagsOf (Results 1 – 9 of 9) sorted by relevance
300 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kInvoke) == Instruc… in IsInvoke()304 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kStore) == Instruct… in IsStore()308 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kLoad) == Instructi… in IsLoad()312 …return !IsPseudoMirOp(opcode) && (Instruction::FlagsOf(opcode) == (Instruction::kContinue | Instru… in IsConditionalBranch()319 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kRegCFieldOrConstan… in IsCFieldOrConstant()326 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kRegBFieldOrConstan… in IsBFieldOrConstant()330 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kCast) == Instructi… in IsCast()340 …return !IsPseudoMirOp(opcode) && ((Instruction::FlagsOf(opcode) & Instruction::kClobber) == Instru… in Clobbers()344 …return !IsPseudoMirOp(opcode) && (Instruction::FlagsOf(opcode) & (Instruction::kAdd | Instruction:… in IsLinear()
255 0 : Instruction::FlagsOf(mir->dalvikInsn.opcode); in InferTypeAndSize()
733 int flags = Instruction::FlagsOf(insn->dalvikInsn.opcode); in InlineMethod()1249 flags = Instruction::FlagsOf(insn.opcode); in GetDalvikDisassembly()
1088 int flags = Instruction::FlagsOf(mir->dalvikInsn.opcode); in DoSSAConversion()
1267 if (!(Instruction::FlagsOf(mir->dalvikInsn.opcode) & Instruction::kInvoke)) { in InlineSpecialMethods()
467 if ((Instruction::FlagsOf(mir->dalvikInsn.opcode) & Instruction::kInvoke) != 0) { in PruneNonAliasingRefsForCatch()
93 return FlagsOf(opcode) & Instruction::kContinue; in CanFlowThrough()
444 static int FlagsOf(Code opcode) { in FlagsOf() function
1466 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction()