/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.h | 53 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
/art/runtime/arch/arm64/ |
D | instruction_set_features_arm64.h | 52 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/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 62 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.h | 56 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
/art/compiler/ |
D | compiled_method.h | 48 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
D | common_compiler_test.cc | 221 InstructionSet CommonCompilerTest::GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTest
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 364 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | code_generator_mips64.h | 480 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips64; } in GetInstructionSet() function
|
D | code_generator_x86.h | 385 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | codegen_test_utils.h | 71 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
|
D | code_generator_mips.h | 504 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kMips; } in GetInstructionSet() function
|
D | code_generator_arm64.h | 475 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | code_generator_arm_vixl.h | 473 InstructionSet GetInstructionSet() const OVERRIDE { return InstructionSet::kThumb2; } in GetInstructionSet() function
|
D | nodes.h | 570 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/compiler/driver/ |
D | compiler_driver.h | 133 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/runtime/ |
D | oat.cc | 198 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
|
D | runtime.h | 408 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/oatdump/ |
D | oatdump.cc | 414 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper
|