Home
last modified time | relevance | path

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

/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc343 int actual_operand = the_register.ToOperand(); in TEST_F() local
344 CHECK_EQ(actual_operand, operand); in TEST_F()
346 int actual_index = Register::FromOperand(actual_operand).index(); in TEST_F()