Home
last modified time | relevance | path

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

12

/art/runtime/arch/arm/
Dinstruction_set_features_arm_test.cc27 InstructionSetFeatures::FromVariant(kArm, "krait", &error_msg)); in TEST()
30 ASSERT_EQ(krait_features->GetInstructionSet(), kArm); in TEST()
39 InstructionSetFeatures::FromVariant(kArm, "kryo", &error_msg)); in TEST()
42 ASSERT_EQ(kryo_features->GetInstructionSet(), kArm); in TEST()
51 InstructionSetFeatures::FromVariant(kArm, "denver", &error_msg)); in TEST()
65 InstructionSetFeatures::FromVariant(kArm, "generic", &error_msg)); in TEST()
78 InstructionSetFeatures::FromVariant(kArm, "arm6", &error_msg)); in TEST()
86 InstructionSetFeatures::FromVariant(kArm, "generic", &error_msg)); in TEST()
94 ASSERT_EQ(krait_features->GetInstructionSet(), kArm); in TEST()
106 ASSERT_EQ(kryo_features->GetInstructionSet(), kArm); in TEST()
Dfault_handler_arm.cc63 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(kArm)); in GetMethodAndReturnPcAndSp()
213 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(kArm); in Action()
Dinstruction_set_features_arm.h55 return kArm; in GetInstructionSet()
Dinstruction_set_features_arm.cc268 if (kArm != other->GetInstructionSet()) { in Equals()
278 if (kArm != other->GetInstructionSet()) { in HasAtLeast()
/art/runtime/arch/
Dinstruction_set.cc29 case kArm: in InstructionSetAbort()
46 case kArm: in GetInstructionSetString()
70 return kArm; in GetInstructionSetFromString()
89 return kArm; in GetInstructionSetFromELF()
111 case kArm: in GetInstructionSetAlignment()
174 case kArm: // Intentional fall-through. in GetStackOverflowReservedBytes()
Dinstruction_set.h30 kArm, enumerator
41 static constexpr InstructionSet kRuntimeISA = kArm;
98 case kArm: in GetInstructionSetPointerSize()
121 case kArm: in GetInstructionSetInstructionAlignment()
144 case kArm: in IsValidInstructionSet()
163 case kArm: in Is64BitInstructionSet()
186 case kArm: in GetBytesPerGprSpillLocation()
209 case kArm: in GetBytesPerFprSpillLocation()
Dinstruction_set_features.cc37 case kArm: in FromVariant()
62 case kArm: in FromBitmap()
93 case kArm: in FromCppDefines()
117 case kArm: in FromCpuInfo()
140 case kArm: in FromHwcap()
163 case kArm: in FromAssembly()
226 DCHECK_EQ(kArm, GetInstructionSet()); in AsArmInstructionSetFeatures()
Dinstruction_set_test.cc26 EXPECT_EQ(kArm, GetInstructionSetFromString("arm")); in TEST()
37 EXPECT_STREQ("arm", GetInstructionSetString(kArm)); in TEST()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc95 CHECK_FRAME_SIZE(kArm); in TEST_F()
106 EXPECT_EQ(GetInstructionSetPointerSize(kArm), GetConstExprPointerSize(kArm)); in TEST_F()
Dcallee_save_frame.h72 return (isa == kArm || isa == kThumb2) ? arm::ArmCalleeSaveFrameSize(type) : in GetCalleeSaveFrameSize()
85 return (isa == kArm || isa == kThumb2) ? kArmPointerSize : in GetConstExprPointerSize()
/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc37 DCHECK(HasShifterOperand(use, kArm)); in TryMergeIntoShifterOperand()
119 if (!HasShifterOperand(user, kArm)) { in TryMergeIntoUsersShifterOperand()
195 if (TryCombineMultiplyAccumulate(instruction, kArm)) { in VisitMul()
Dinstruction_simplifier_shared.cc93 case kArm: in TryCombineMultiplyAccumulate()
151 } else if (use->IsNeg() && isa != kArm) { in TryCombineMultiplyAccumulate()
Dregister_allocator.cc55 return instruction_set == kArm in CanAllocateRegistersFor()
/art/runtime/
Dclass_loader_context_test.cc233 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F()
246 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir*/ "")); in TEST_F()
288 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir*/ "")); in TEST_F()
301 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
308 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
345 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
372 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
410 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
489 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
504 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
Doat_quick_method_header.h140 if (kRuntimeISA == kArm) { in Contains()
153 return (kRuntimeISA == kArm) in GetEntryPoint()
Dparsed_options_test.cc144 InstructionSet ISAs[] = { InstructionSet::kArm, in TEST_F()
/art/compiler/
Dcompiled_method.cc63 case kArm: in CodeDelta()
83 case kArm: in CodePointer()
Dexception_test.cc100 if (kRuntimeISA == kArm) { in SetUp()
/art/disassembler/
Ddisassembler.cc39 if (instruction_set == kArm || instruction_set == kThumb2) { in Create()
/art/compiler/utils/
Djni_macro_assembler.cc59 case kArm: in Create()
/art/compiler/debug/
Delf_debug_loc_writer.h36 case kArm: in GetDwarfCoreReg()
57 case kArm: in GetDwarfFpReg()
233 if ((isa == kArm || isa == kThumb2) && in WriteDebugLocEntry()
Delf_debug_line_writer.h71 case kArm: // arm actually means thumb2. in WriteCompilationUnit()
/art/compiler/jni/quick/
Dcalling_convention.cc57 case kArm: in Create()
157 case kArm: in Create()
/art/compiler/linker/
Drelative_patcher.cc100 case kArm: in Create()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h234 kArm> {

12