Home
last modified time | relevance | path

Searched refs:GetInstructionSet (Results 1 – 25 of 64) sorted by relevance

123

/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc28 EXPECT_EQ(x86_features->GetInstructionSet(), kX86); in TEST()
41 EXPECT_EQ(x86_features->GetInstructionSet(), kX86); in TEST()
51 EXPECT_EQ(x86_default_features->GetInstructionSet(), kX86); in TEST()
61 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
78 EXPECT_EQ(x86_features->GetInstructionSet(), kX86); in TEST()
88 EXPECT_EQ(x86_default_features->GetInstructionSet(), kX86); in TEST()
98 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
115 EXPECT_EQ(x86_features->GetInstructionSet(), kX86); in TEST()
125 EXPECT_EQ(x86_default_features->GetInstructionSet(), kX86); in TEST()
135 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
Dinstruction_set_features_x86.cc221 if (GetInstructionSet() != other->GetInstructionSet()) { in Equals()
Dinstruction_set_features_x86.h55 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc29 EXPECT_EQ(arm64_features->GetInstructionSet(), kArm64); in TEST()
37 EXPECT_EQ(cortex_a57_features->GetInstructionSet(), kArm64); in TEST()
45 EXPECT_EQ(cortex_a73_features->GetInstructionSet(), kArm64); in TEST()
53 EXPECT_EQ(cortex_a35_features->GetInstructionSet(), kArm64); in TEST()
61 EXPECT_EQ(kryo_features->GetInstructionSet(), kArm64); in TEST()
Dinstruction_set_features_arm64.h52 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dinstruction_set_features_arm64.cc101 if (kArm64 != other->GetInstructionSet()) { in Equals()
/art/runtime/arch/
Dinstruction_set_features.cc226 DCHECK_EQ(kArm, GetInstructionSet()); in AsArmInstructionSetFeatures()
231 DCHECK_EQ(kArm64, GetInstructionSet()); in AsArm64InstructionSetFeatures()
236 DCHECK_EQ(kMips, GetInstructionSet()); in AsMipsInstructionSetFeatures()
241 DCHECK_EQ(kMips64, GetInstructionSet()); in AsMips64InstructionSetFeatures()
246 DCHECK(kX86 == GetInstructionSet() || kX86_64 == GetInstructionSet()); in AsX86InstructionSetFeatures()
251 DCHECK_EQ(kX86_64, GetInstructionSet()); in AsX86_64InstructionSetFeatures()
263 os << "ISA: " << rhs.GetInstructionSet() << " Feature string: " << rhs.GetFeatureString(); in operator <<()
Dinstruction_set_features.h89 virtual InstructionSet GetInstructionSet() const = 0;
/art/runtime/arch/mips/
Dinstruction_set_features_mips_test.cc28 EXPECT_EQ(mips_features->GetInstructionSet(), kMips); in TEST()
39 EXPECT_EQ(mips32r1_features->GetInstructionSet(), kMips); in TEST()
55 EXPECT_EQ(mips32r2_features->GetInstructionSet(), kMips); in TEST()
76 EXPECT_EQ(mips32r5_features->GetInstructionSet(), kMips); in TEST()
102 EXPECT_EQ(mips32r6_features->GetInstructionSet(), kMips); in TEST()
Dinstruction_set_features_mips.h54 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64_test.cc28 EXPECT_EQ(mips64_features->GetInstructionSet(), kMips64); in TEST()
39 EXPECT_EQ(mips64r6_features->GetInstructionSet(), kMips64); in TEST()
Dinstruction_set_features_mips64.h53 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dinstruction_set_features_mips64.cc92 if (kMips64 != other->GetInstructionSet()) { in Equals()
/art/runtime/arch/arm/
Dinstruction_set_features_arm_test.cc30 ASSERT_EQ(krait_features->GetInstructionSet(), kArm); in TEST()
42 ASSERT_EQ(kryo_features->GetInstructionSet(), kArm); in TEST()
94 ASSERT_EQ(krait_features->GetInstructionSet(), kArm); in TEST()
106 ASSERT_EQ(kryo_features->GetInstructionSet(), kArm); in TEST()
Dinstruction_set_features_arm.h54 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dinstruction_set_features_arm.cc268 if (kArm != other->GetInstructionSet()) { in Equals()
278 if (kArm != other->GetInstructionSet()) { in HasAtLeast()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64_test.cc28 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
Dinstruction_set_features_x86_64.h62 InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
/art/compiler/
Dcommon_compiler_test.cc77 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable()
96 compiled_method->GetInstructionSet()); in MakeExecutable()
224 InstructionSet CommonCompilerTest::GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTest
226 return compiler_driver_->GetInstructionSet(); in GetInstructionSet()
Dcommon_compiler_test.h64 InstructionSet GetInstructionSet() const;
/art/compiler/optimizing/
Doptimizing_compiler.cc325 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
833 RunArchOptimizations(driver->GetInstructionSet(), graph, codegen, pass_observer); in RunOptimizations()
868 codegen->GetInstructionSet(), in Emit()
899 InstructionSet instruction_set = compiler_driver->GetInstructionSet(); in TryCompile()
942 compiler_driver->GetInstructionSet(), in TryCompile()
1095 IsInstructionSetSupported(compiler_driver->GetInstructionSet())) { in Compile()
1263 info.isa = codegen->GetInstructionSet(); in JitCompile()
1274 GetCompilerDriver()->GetInstructionSet(), in JitCompile()
Dcodegen_test_utils.h70 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
209 InstructionSet target_isa = codegen.GetInstructionSet(); in Run()
Dcode_generator.h202 + static_cast<size_t>(InstructionSetPointerSize(GetInstructionSet())) // Art method in GetStackSlotOfParameter()
253 virtual InstructionSet GetInstructionSet() const = 0;
606 stack_map_stream_(graph->GetArena(), graph->GetInstructionSet()), in CodeGenerator()
648 InstructionSet instruction_set = GetInstructionSet(); in CallPushesPC()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc39 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet()); in FinalizeSetup()
/art/runtime/
Doat.h101 InstructionSet GetInstructionSet() const;

123