Home
last modified time | relevance | path

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

/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h53 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h52 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h54 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/compiler/jni/quick/
Djni_compiler.h49 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h55 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h62 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h56 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/compiler/
Dcompiled_method.h48 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
Dcommon_compiler_test.cc221 InstructionSet CommonCompilerTest::GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTest
/art/compiler/optimizing/
Dcode_generator_x86_64.h364 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_mips64.h480 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips64; } in GetInstructionSet() function
Dcode_generator_x86.h385 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcodegen_test_utils.h71 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
Dcode_generator_mips.h504 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips; } in GetInstructionSet() function
Dcode_generator_arm64.h475 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_arm_vixl.h473 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kThumb2; } in GetInstructionSet() function
Dnodes.h570 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/driver/
Dcompiler_driver.h133 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/
Doat.cc198 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
Druntime.h408 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc414 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper