Searched refs:FlagsOf (Results 1 – 5 of 5) sorted by relevance
28 EXPECT_EQ(Instruction::kContinue, Instruction::FlagsOf(nop)); in TEST()
96 return FlagsOf(opcode) & Instruction::kContinue; in CanFlowThrough()
542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() function
205 return Instruction::FlagsOf(instruction.Opcode()); in GetBranchFlags()
2005 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction()4912 if ((Instruction::FlagsOf(opcode) & Instruction::kThrow) == 0 && in PotentiallyMarkRuntimeThrow()