Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dinstruction_set_features_arm.h58 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.h65 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
/art/compiler/jni/quick/
Djni_compiler.h51 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
/art/dex2oat/driver/
Dcompiled_method.h47 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h80 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/compiler/
Dcommon_compiler_test.cc167 InstructionSet GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
/art/compiler/optimizing/
Dcodegen_test_utils.h60 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
Dcode_generator_x86_64.h466 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dcode_generator_riscv64.h496 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
Dcode_generator_x86.h488 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dcode_generator_arm_vixl.h590 InstructionSet GetInstructionSet() const override { return InstructionSet::kThumb2; } in GetInstructionSet() function
Dcode_generator_arm64.h702 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dnodes.h674 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/oat/
Doat.cc160 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
/art/compiler/driver/
Dcompiler_options.h270 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/
Druntime.h556 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc419 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper