Home
last modified time | relevance | path

Searched defs:GetInstructionSet (Results 1 – 10 of 10) sorted by relevance

/art/compiler/llvm/
Dcompiler_llvm.h68 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
Dllvm_compilation_unit.cc139 InstructionSet LlvmCompilationUnit::GetInstructionSet() const { in GetInstructionSet() function in art::llvm::LlvmCompilationUnit
/art/compiler/
Dcompiled_method.h47 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/optimizing/
Dcode_generator_x86_64.h175 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_x86.h176 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_arm.h174 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/
Doat.cc147 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
Druntime.h376 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/driver/
Dcompiler_driver.h134 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc158 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper