Searched refs:FlagsOf (Results 1 – 5 of 5) sorted by relevance
28 EXPECT_EQ(Instruction::kContinue, Instruction::FlagsOf(nop)); in TEST()
95 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()
2049 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction()5476 if ((Instruction::FlagsOf(opcode) & Instruction::kThrow) == 0 && in Fail()