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

  /art/compiler/
common_compiler_test.cc 70 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet());
88 compiled_method->GetInstructionSet());
216 InstructionSet CommonCompilerTest::GetInstructionSet() const {
218 return compiler_driver_->GetInstructionSet();
compiled_method.h 44 InstructionSet GetInstructionSet() const {
  /art/compiler/driver/
compiler_driver.h 140 InstructionSet GetInstructionSet() const {
  /art/runtime/
oat.cc 193 InstructionSet OatHeader::GetInstructionSet() const {
runtime.h 422 InstructionSet GetInstructionSet() const {
  /art/oatdump/
oatdump.cc 111 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet();
259 info.isa = oat_header.GetInstructionSet();
334 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
350 InstructionSet GetInstructionSet() {
368 os << oat_header.GetInstructionSet() << "\n\n";
372 InstructionSetFeatures::FromBitmap(oat_header.GetInstructionSet(),
486 return oat_file_.GetOatHeader().GetInstructionSet();
564 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
    [all...]
  /art/compiler/optimizing/
nodes.h 499 InstructionSet GetInstructionSet() const {
    [all...]

Completed in 3608 milliseconds