Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.h56 class NewRegisterInstructions : public Experiment {
58 explicit NewRegisterInstructions(uint64_t experiments) in NewRegisterInstructions() function
Ddexanalyze_bytecode.cc110 void NewRegisterInstructions::ProcessDexFiles( in ProcessDexFiles()
167 void NewRegisterInstructions::Dump(std::ostream& os, uint64_t total_size) const { in Dump()
217 void NewRegisterInstructions::ProcessCodeItem(const DexFile& dex_file, in ProcessCodeItem()
525 void NewRegisterInstructions::Add(Instruction::Code opcode, const Instruction& inst) { in Add()
534 bool NewRegisterInstructions::ExtendPrefix(uint32_t* value1, uint32_t* value2) { in ExtendPrefix()
565 bool NewRegisterInstructions::InstNibbles(uint8_t opcode, const std::vector<uint32_t>& args) { in InstNibbles()
Ddexanalyze.cc157 experiments_.emplace_back(new NewRegisterInstructions(exp_value)); in Analysis()