/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.h | 53 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.h | 54 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/compiler/jni/quick/ |
D | jni_compiler.h | 49 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips.h | 55 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/compiler/ |
D | compiled_method.h | 47 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 62 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/runtime/arch/arm64/ |
D | instruction_set_features_arm64.h | 57 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.h | 56 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 371 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
D | codegen_test_utils.h | 65 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
|
D | code_generator_mips64.h | 484 InstructionSet GetInstructionSet() const override { return InstructionSet::kMips64; } in GetInstructionSet() function
|
D | code_generator_x86.h | 391 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
D | code_generator_mips.h | 509 InstructionSet GetInstructionSet() const override { return InstructionSet::kMips; } in GetInstructionSet() function
|
D | code_generator_arm64.h | 485 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
|
D | code_generator_arm_vixl.h | 476 InstructionSet GetInstructionSet() const override { return InstructionSet::kThumb2; } in GetInstructionSet() function
|
D | nodes.h | 582 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/runtime/ |
D | oat.cc | 159 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
|
D | runtime.h | 433 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/compiler/driver/ |
D | compiler_options.h | 270 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/oatdump/ |
D | oatdump.cc | 410 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper
|