Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.h61 first_arg_reg_count_(256), in NewRegisterInstructions()
87 std::vector<size_t> first_arg_reg_count_; variable
Ddexanalyze_bytecode.cc194 PrintMostUsed(os, MakeUsageMap(first_arg_reg_count_), 16, printer); in Dump()
410 ++first_arg_reg_count_[opcode]; in ProcessCodeItem()