Searched refs:OpcodeLength (Results 1 – 3 of 3) sorted by relevance
108 int OpcodeLength(const byte* pc);
1474 int OpcodeLength(const byte* pc) { in OpcodeLength() function
1973 EXPECT_EQ(expected, OpcodeLength(code)); \2017 EXPECT_EQ(2, OpcodeLength(size2)); in TEST_F()2018 EXPECT_EQ(3, OpcodeLength(size3)); in TEST_F()2019 EXPECT_EQ(4, OpcodeLength(size4)); in TEST_F()2020 EXPECT_EQ(5, OpcodeLength(size5)); in TEST_F()2021 EXPECT_EQ(6, OpcodeLength(size6)); in TEST_F()