Searched refs:the_array (Results 1 – 1 of 1) sorted by relevance
285 Handle<BytecodeArray> the_array = builder.ToBytecodeArray(); in TEST_F() local286 CHECK_EQ(the_array->frame_size(), in TEST_F()293 while (i < the_array->length()) { in TEST_F()294 uint8_t code = the_array->get(i); in TEST_F()327 Handle<BytecodeArray> the_array = builder.ToBytecodeArray(); in TEST_F() local329 CHECK_EQ(the_array->frame_size(), total_registers * kPointerSize); in TEST_F()