Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1435 size_t num_locals_ins = code_item_accessor.RegistersSize(); in DumpVregLocations() local
1437 size_t num_locals = num_locals_ins - num_ins; in DumpVregLocations()
1441 for (size_t reg = 0; reg <= num_locals_ins; reg++) { in DumpVregLocations()
1443 if (reg == num_locals_ins) { in DumpVregLocations()