/art/runtime/arch/arm/ |
D | instruction_set_features_arm.h | 58 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/runtime/arch/riscv64/ |
D | instruction_set_features_riscv64.h | 65 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
|
/art/compiler/jni/quick/ |
D | jni_compiler.h | 51 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
|
/art/dex2oat/driver/ |
D | compiled_method.h | 47 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/runtime/arch/arm64/ |
D | instruction_set_features_arm64.h | 68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.h | 80 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/compiler/ |
D | common_compiler_test.cc | 167 InstructionSet GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
|
/art/compiler/optimizing/ |
D | codegen_test_utils.h | 60 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
|
D | code_generator_x86_64.h | 466 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
D | code_generator_riscv64.h | 496 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
|
D | code_generator_x86.h | 488 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
D | code_generator_arm_vixl.h | 590 InstructionSet GetInstructionSet() const override { return InstructionSet::kThumb2; } in GetInstructionSet() function
|
D | code_generator_arm64.h | 702 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
D | nodes.h | 674 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/runtime/oat/ |
D | oat.cc | 160 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
|
/art/compiler/driver/ |
D | compiler_options.h | 270 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/runtime/ |
D | runtime.h | 556 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/oatdump/ |
D | oatdump.cc | 419 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper
|