HomeSort by relevance Sort by last modified time
    Searched refs:first_arg_reg_count_ (Results 1 - 2 of 2) sorted by null

  /art/tools/dexanalyze/
dexanalyze_bytecode.h 61 first_arg_reg_count_(256),
87 std::vector<size_t> first_arg_reg_count_; member in class:art::dexanalyze::NewRegisterInstructions
dexanalyze_bytecode.cc 194 PrintMostUsed(os, MakeUsageMap(first_arg_reg_count_), 16, printer);
410 ++first_arg_reg_count_[opcode];

Completed in 574 milliseconds