Searched defs:v4 (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_instruction_visitor_test.cc63 CountVisitor v4; local
65 v4.Visit(c4, sizeof(c4));
66 EXPECT_EQ(4, v4.count_);

Completed in 57 milliseconds