Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddominator_test.cc29 void TestCode(const std::vector<uint16_t>& data, const uint32_t* blocks, size_t blocks_length);
34 size_t blocks_length) { in TestCode() argument
36 ASSERT_EQ(graph->GetBlocks().size(), blocks_length); in TestCode()
37 for (size_t i = 0, e = blocks_length; i < e; ++i) { in TestCode()