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

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

Completed in 36 milliseconds