Home
last modified time | relevance | path

Searched refs:kArm (Results 1 – 25 of 45) sorted by relevance

12

/art/runtime/arch/arm/
Dinstruction_set_features_arm_test.cc27 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "krait", &error_msg)); in TEST()
30 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
39 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "kryo", &error_msg)); in TEST()
42 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
51 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "denver", &error_msg)); in TEST()
65 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "generic", &error_msg)); in TEST()
78 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "arm6", &error_msg)); in TEST()
86 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "generic", &error_msg)); in TEST()
94 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
106 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
Dinstruction_set_features_arm.h55 return InstructionSet::kArm; in GetInstructionSet()
Dfault_handler_arm.cc62 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm)); in GetMethodAndReturnPcAndSp()
212 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action()
Dinstruction_set_features_arm.cc270 if (InstructionSet::kArm != other->GetInstructionSet()) { in Equals()
280 if (InstructionSet::kArm != other->GetInstructionSet()) { in HasAtLeast()
/art/runtime/arch/
Dinstruction_set.cc29 case InstructionSet::kArm: in InstructionSetAbort()
46 case InstructionSet::kArm: in GetInstructionSetString()
70 return InstructionSet::kArm; in GetInstructionSetFromString()
89 return InstructionSet::kArm; in GetInstructionSetFromELF()
111 case InstructionSet::kArm: in GetInstructionSetAlignment()
174 case InstructionSet::kArm: // Intentional fall-through. in GetStackOverflowReservedBytes()
Dinstruction_set.h30 kArm, enumerator
42 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm;
99 case InstructionSet::kArm: in GetInstructionSetPointerSize()
122 case InstructionSet::kArm: in GetInstructionSetInstructionAlignment()
145 case InstructionSet::kArm: in IsValidInstructionSet()
164 case InstructionSet::kArm: in Is64BitInstructionSet()
187 case InstructionSet::kArm: in GetBytesPerGprSpillLocation()
210 case InstructionSet::kArm: in GetBytesPerFprSpillLocation()
Dinstruction_set_features.cc36 case InstructionSet::kArm: in FromVariant()
61 case InstructionSet::kArm: in FromBitmap()
92 case InstructionSet::kArm: in FromCppDefines()
116 case InstructionSet::kArm: in FromCpuInfo()
139 case InstructionSet::kArm: in FromHwcap()
162 case InstructionSet::kArm: in FromAssembly()
225 DCHECK_EQ(InstructionSet::kArm, GetInstructionSet()); in AsArmInstructionSetFeatures()
Dinstruction_set_test.cc26 EXPECT_EQ(InstructionSet::kArm, GetInstructionSetFromString("arm")); in TEST()
37 EXPECT_STREQ("arm", GetInstructionSetString(InstructionSet::kArm)); in TEST()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h72 case InstructionSet::kArm: in GetCalleeSaveFrameSize()
96 case InstructionSet::kArm: in GetConstExprPointerSize()
Dquick_trampoline_entrypoints_test.cc106 CHECK_FRAME_SIZE(InstructionSet::kArm); in TEST_F()
117 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kArm), in TEST_F()
118 GetConstExprPointerSize(InstructionSet::kArm)); in TEST_F()
/art/runtime/
Dclass_loader_context_test.cc252 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F()
266 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir*/ "")); in TEST_F()
317 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir*/ "")); in TEST_F()
351 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, cwd_buf)); in TEST_F()
369 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
376 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
413 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
440 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
478 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
557 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
[all …]
Doat_quick_method_header.h140 if (kRuntimeISA == InstructionSet::kArm) { in Contains()
153 return (kRuntimeISA == InstructionSet::kArm) in GetEntryPoint()
Dparsed_options_test.cc144 InstructionSet ISAs[] = { InstructionSet::kArm, in TEST_F()
/art/disassembler/
Ddisassembler.cc39 if (instruction_set == InstructionSet::kArm || instruction_set == InstructionSet::kThumb2) { in Create()
/art/compiler/
Dcompiled_method.cc64 case InstructionSet::kArm: in CodeDelta()
83 case InstructionSet::kArm: in CodePointer()
Dexception_test.cc108 if (kRuntimeISA == InstructionSet::kArm) { in SetUp()
/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc85 DCHECK(HasShifterOperand(use, InstructionSet::kArm)); in TryMergeIntoShifterOperand()
167 if (!HasShifterOperand(user, InstructionSet::kArm)) { in TryMergeIntoUsersShifterOperand()
243 if (TryCombineMultiplyAccumulate(instruction, InstructionSet::kArm)) { in VisitMul()
Dinstruction_simplifier_shared.cc93 case InstructionSet::kArm: in TryCombineMultiplyAccumulate()
151 } else if (use->IsNeg() && isa != InstructionSet::kArm) { in TryCombineMultiplyAccumulate()
/art/compiler/utils/
Djni_macro_assembler.cc59 case InstructionSet::kArm: in Create()
/art/runtime/base/
Dfile_utils_test.cc58 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str()); in TEST_F()
/art/compiler/debug/
Delf_debug_loc_writer.h36 case InstructionSet::kArm: in GetDwarfCoreReg()
57 case InstructionSet::kArm: in GetDwarfFpReg()
234 if ((isa == InstructionSet::kArm || isa == InstructionSet::kThumb2) && in WriteDebugLocEntry()
Delf_debug_line_writer.h72 case InstructionSet::kArm: // arm actually means thumb2. in WriteCompilationUnit()
/art/compiler/jni/quick/
Dcalling_convention.cc57 case InstructionSet::kArm: in Create()
159 case InstructionSet::kArm: in Create()
/art/compiler/linker/
Drelative_patcher.cc106 case InstructionSet::kArm: in Create()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h237 InstructionSet::kArm> {

12