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

  /art/compiler/
compiled_method.cc 24 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), code_(nullptr) {
30 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), symbol_(symbol) {
50 return AlignCode(offset, instruction_set_);
69 switch (instruction_set_) {
79 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set_;
compiled_method.h 46 return instruction_set_;
84 const InstructionSet instruction_set_; member in class:art::CompiledCode
  /art/runtime/
oat.cc 42 instruction_set_ = instruction_set;
43 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
97 return instruction_set_;
oat.h 88 InstructionSet instruction_set_; variable
  /art/compiler/driver/
compiler_driver.h 108 return instruction_set_;
382 InstructionSet instruction_set_; member in class:art::CompilerDriver
compiler_driver.cc 342 instruction_set_(instruction_set),
455 return CreateTrampoline(instruction_set_, kInterpreterAbi,
460 return CreateTrampoline(instruction_set_, kInterpreterAbi,
465 return CreateTrampoline(instruction_set_, kJniAbi, JNI_ENTRYPOINT_OFFSET(pDlsymLookup));
469 return CreateTrampoline(instruction_set_, kPortableAbi,
474 return CreateTrampoline(instruction_set_, kPortableAbi,
479 return CreateTrampoline(instruction_set_, kQuickAbi,
484 return CreateTrampoline(instruction_set_, kQuickAbi,
    [all...]
  /art/dex2oat/
dex2oat.cc 256 instruction_set_,
332 instruction_set_(instruction_set),
393 const InstructionSet instruction_set_; member in class:art::Dex2Oat
    [all...]

Completed in 341 milliseconds