Home
last modified time | relevance | path

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

/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.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/arm/
Dinstruction_set_features_arm.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.h297 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips64; } in GetInstructionSet() function
Dcode_generator_mips.h304 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips; } in GetInstructionSet() function
Dcode_generator_x86_64.h358 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_x86.h380 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_arm.h358 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_arm64.h408 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dnodes.h499 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/
Dcommon_compiler_test.cc216 InstructionSet CommonCompilerTest::GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTest
Dcompiled_method.h44 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/driver/
Dcompiler_driver.h140 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/
Doat.cc193 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
Druntime.h422 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc350 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper