Home
last modified time | relevance | path

Searched refs:clean_slate_code (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Darm_utils_unittest.cc129 : code_pattern(code_pattern_in), clean_slate_code(code) {} in ArmRelInstruction()
135 INT_T clean_slate_code; member
163 EXPECT_TRUE(SplitBits(instr.code_pattern, instr.clean_slate_code, in Run()
167 CODE_T code = instr.clean_slate_code; in Run()
195 EXPECT_EQ(instr.clean_slate_code, code); in Run()
199 CODE_T code = instr.clean_slate_code; in Run()
202 EXPECT_EQ(instr.clean_slate_code, code); in Run()
219 void Accept(CODE_T clean_slate_code, in Accept() argument
227 CODE_T code = clean_slate_code; in Accept()
246 void Reject(CODE_T clean_slate_code, in Reject() argument
[all …]