Home
last modified time | relevance | path

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

/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h50 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h50 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h50 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h50 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h61 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h51 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/compiler/optimizing/
Dcode_generator_mips64.h250 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips64; } in GetInstructionSet() function
Dcode_generator_x86_64.h248 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_arm.h259 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_x86.h252 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_arm64.h300 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/compiler/
Dcompiled_method.h42 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/driver/
Dcompiler_driver.h134 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/
Doat.cc178 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
Druntime.h399 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc366 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper