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

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

Completed in 64 milliseconds