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

  /art/compiler/
compiled_method.cc 24 : compiler_driver_(compiler_driver), instruction_set_(instruction_set),
31 : compiler_driver_(compiler_driver), instruction_set_(instruction_set),
79 return AlignCode(offset, instruction_set_);
87 return CodeDelta(instruction_set_);
compiled_method.h 48 return instruction_set_;
88 const InstructionSet instruction_set_; member in class:art::CompiledCode
  /art/runtime/
oat.cc 76 instruction_set_ = instruction_set;
77 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
149 return instruction_set_;
runtime.cc 101 : instruction_set_(kNone),
    [all...]
oat.h 123 InstructionSet instruction_set_; variable
runtime.h 377 return instruction_set_;
531 InstructionSet instruction_set_; member in class:art::Runtime
  /art/compiler/driver/
compiler_driver.cc 348 instruction_set_(instruction_set),
457 if (Is64BitInstructionSet(instruction_set_)) { \
458 return CreateTrampoline64(instruction_set_, abi, \
461 return CreateTrampoline32(instruction_set_, abi, \
    [all...]
compiler_driver.h 135 return instruction_set_;
781 const InstructionSet instruction_set_; member in class:art::CompilerDriver
    [all...]
  /art/dex2oat/
dex2oat.cc 394 instruction_set_,
517 instruction_set_(instruction_set),
582 const InstructionSet instruction_set_; member in class:art::Dex2Oat
    [all...]
  /art/oatdump/
oatdump.cc 146 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
147 disassembler_(Disassembler::Create(instruction_set_,
159 return instruction_set_;
959 InstructionSet instruction_set_; member in class:art::OatDumper
    [all...]

Completed in 325 milliseconds