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

/art/runtime/
H A Ddex_instruction_visitor_test.cc48 CountVisitor v1; local
50 v1.Visit(c1, sizeof(c1));
51 EXPECT_EQ(1, v1.count_);

Completed in 65 milliseconds