/art/runtime/arch/x86/ |
D | instruction_set_features_x86_test.cc | 28 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 41 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 51 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 61 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST() 78 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 88 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 98 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST() 115 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 125 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 135 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
|
D | instruction_set_features_x86.cc | 221 if (GetInstructionSet() != other->GetInstructionSet()) { in Equals() 234 if (GetInstructionSet() != other->GetInstructionSet()) { in HasAtLeast()
|
D | instruction_set_features_x86.h | 56 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
/art/runtime/arch/arm64/ |
D | instruction_set_features_arm64_test.cc | 29 EXPECT_EQ(arm64_features->GetInstructionSet(), InstructionSet::kArm64); in TEST() 37 EXPECT_EQ(cortex_a57_features->GetInstructionSet(), InstructionSet::kArm64); in TEST() 45 EXPECT_EQ(cortex_a73_features->GetInstructionSet(), InstructionSet::kArm64); in TEST() 53 EXPECT_EQ(cortex_a35_features->GetInstructionSet(), InstructionSet::kArm64); in TEST() 61 EXPECT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm64); in TEST() 71 EXPECT_EQ(cortex_a55_features->GetInstructionSet(), InstructionSet::kArm64); in TEST() 81 EXPECT_EQ(cortex_a75_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
|
D | instruction_set_features_arm64.h | 52 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | instruction_set_features_arm64.cc | 104 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in Equals()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 225 DCHECK_EQ(InstructionSet::kArm, GetInstructionSet()); in AsArmInstructionSetFeatures() 230 DCHECK_EQ(InstructionSet::kArm64, GetInstructionSet()); in AsArm64InstructionSetFeatures() 235 DCHECK_EQ(InstructionSet::kMips, GetInstructionSet()); in AsMipsInstructionSetFeatures() 240 DCHECK_EQ(InstructionSet::kMips64, GetInstructionSet()); in AsMips64InstructionSetFeatures() 245 DCHECK(InstructionSet::kX86 == GetInstructionSet() || in AsX86InstructionSetFeatures() 246 InstructionSet::kX86_64 == GetInstructionSet()); in AsX86InstructionSetFeatures() 251 DCHECK_EQ(InstructionSet::kX86_64, GetInstructionSet()); in AsX86_64InstructionSetFeatures() 263 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString(); in operator <<()
|
D | instruction_set_features.h | 89 virtual InstructionSet GetInstructionSet() const = 0;
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64_test.cc | 28 EXPECT_EQ(mips64_features->GetInstructionSet(), InstructionSet::kMips64); in TEST() 39 EXPECT_EQ(mips64r6_features->GetInstructionSet(), InstructionSet::kMips64); in TEST()
|
D | instruction_set_features_mips64.h | 53 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | instruction_set_features_mips64.cc | 92 if (InstructionSet::kMips64 != other->GetInstructionSet()) { in Equals()
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips_test.cc | 28 EXPECT_EQ(mips_features->GetInstructionSet(), InstructionSet::kMips); in TEST() 39 EXPECT_EQ(mips32r1_features->GetInstructionSet(), InstructionSet::kMips); in TEST() 55 EXPECT_EQ(mips32r2_features->GetInstructionSet(), InstructionSet::kMips); in TEST() 76 EXPECT_EQ(mips32r5_features->GetInstructionSet(), InstructionSet::kMips); in TEST() 102 EXPECT_EQ(mips32r6_features->GetInstructionSet(), InstructionSet::kMips); in TEST()
|
D | instruction_set_features_mips.h | 55 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm_test.cc | 30 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST() 42 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST() 94 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST() 106 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
|
D | instruction_set_features_arm.h | 54 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | instruction_set_features_arm.cc | 270 if (InstructionSet::kArm != other->GetInstructionSet()) { in Equals() 280 if (InstructionSet::kArm != other->GetInstructionSet()) { in HasAtLeast()
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64_test.cc | 28 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
|
D | instruction_set_features_x86_64.h | 62 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
/art/compiler/ |
D | common_compiler_test.cc | 78 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable() 97 compiled_method->GetInstructionSet()); in MakeExecutable() 221 InstructionSet CommonCompilerTest::GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTest 223 return compiler_driver_->GetInstructionSet(); in GetInstructionSet()
|
D | compiled_method.cc | 51 return AlignCode(offset, GetInstructionSet()); in AlignCode() 59 return CodeDelta(GetInstructionSet()); in CodeDelta()
|
D | common_compiler_test.h | 64 InstructionSet GetInstructionSet() const;
|
D | compiled_method.h | 48 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/compiler/jni/quick/ |
D | jni_compiler.h | 49 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 285 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf() 468 switch (GetCompilerDriver()->GetInstructionSet()) { in RunArchOptimizations() 721 codegen->GetInstructionSet(), in Emit() 746 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile() 784 compiler_driver->GetInstructionSet(), in TryCompile() 891 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompileIntrinsic() 909 compiler_driver->GetInstructionSet(), in TryCompileIntrinsic() 1083 IsInstructionSetSupported(compiler_driver->GetInstructionSet())) { in Compile() 1146 jni_compiled_method.GetInstructionSet(), in JniCompile() 1242 info.isa = jni_compiled_method.GetInstructionSet(); in JitCompile() [all …]
|
D | codegen_test_utils.h | 71 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function 269 InstructionSet target_isa = codegen.GetInstructionSet(); in Run()
|