Home
last modified time | relevance | path

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

/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h53 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/compiler/
Dcompiled_method.h47 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h62 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h57 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h56 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/art/compiler/optimizing/
Dcode_generator_x86_64.h371 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dcodegen_test_utils.h65 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
Dcode_generator_mips64.h484 InstructionSet GetInstructionSet() const override { return InstructionSet::kMips64; } in GetInstructionSet() function
Dcode_generator_x86.h391 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dcode_generator_mips.h509 InstructionSet GetInstructionSet() const override { return InstructionSet::kMips; } in GetInstructionSet() function
Dcode_generator_arm64.h485 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
Dcode_generator_arm_vixl.h476 InstructionSet GetInstructionSet() const override { return InstructionSet::kThumb2; } in GetInstructionSet() function
Dnodes.h582 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/runtime/
Doat.cc159 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
Druntime.h433 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/compiler/driver/
Dcompiler_options.h270 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc410 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper