Home
last modified time | relevance | path

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

123

/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, "generic", &error_msg)); in TEST()
64 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "arm6", &error_msg)); in TEST()
72 InstructionSetFeatures::FromVariant(InstructionSet::kArm, "generic", &error_msg)); in TEST()
80 ASSERT_EQ(krait_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
92 ASSERT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm); in TEST()
Dinstruction_set_features_arm.h55 return InstructionSet::kArm; in GetInstructionSet()
Dfault_handler_arm.cc66 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm)); in GetMethodAndReturnPcAndSp()
218 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action()
Dinstruction_set_features_arm.cc271 if (InstructionSet::kArm != other->GetInstructionSet()) { in Equals()
281 if (InstructionSet::kArm != other->GetInstructionSet()) { in HasAtLeast()
/art/libartbase/arch/
Dinstruction_set.h30 kArm, enumerator
40 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm;
83 case InstructionSet::kArm: in GetInstructionSetPointerSize()
102 case InstructionSet::kArm: in GetInstructionSetInstructionAlignment()
121 case InstructionSet::kArm: in IsValidInstructionSet()
138 case InstructionSet::kArm: in Is64BitInstructionSet()
159 case InstructionSet::kArm: in GetBytesPerGprSpillLocation()
178 case InstructionSet::kArm: in GetBytesPerFprSpillLocation()
214 case InstructionSet::kArm: // Intentional fall-through. in GetStackOverflowReservedBytes()
Dinstruction_set.cc27 case InstructionSet::kArm: in InstructionSetAbort()
42 case InstructionSet::kArm: in GetInstructionSetString()
62 return InstructionSet::kArm; in GetInstructionSetFromString()
76 case InstructionSet::kArm: in GetInstructionSetAlignment()
Dinstruction_set_test.cc26 EXPECT_EQ(InstructionSet::kArm, GetInstructionSetFromString("arm")); in TEST()
35 EXPECT_STREQ("arm", GetInstructionSetString(InstructionSet::kArm)); in TEST()
/art/runtime/arch/
Dinstruction_set_features.cc39 case InstructionSet::kArm: in FromVariant()
60 case InstructionSet::kArm: in FromBitmap()
84 case InstructionSet::kArm: in FromCppDefines()
114 case InstructionSet::kArm: in FromCpuInfo()
133 case InstructionSet::kArm: in FromHwcap()
152 case InstructionSet::kArm: in FromAssembly()
224 DCHECK_EQ(InstructionSet::kArm, GetInstructionSet()); in AsArmInstructionSetFeatures()
/art/compiler/
Dcompiled_method.cc63 case InstructionSet::kArm: in CodeDelta()
80 case InstructionSet::kArm: in CodePointer()
Dcommon_compiler_test.h90 (kRuntimeISA == InstructionSet::kArm) ? InstructionSet::kThumb2 : kRuntimeISA;
/art/runtime/
Doat_quick_method_header.h120 if (kRuntimeISA == InstructionSet::kArm) { in Contains()
133 return (kRuntimeISA == InstructionSet::kArm) in GetEntryPoint()
Doat_quick_method_header.cc97 uintptr_t nterp_code_pointer = (kRuntimeISA == InstructionSet::kArm) in GetNterpMethodHeader()
Dclass_loader_context_test.cc404 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F()
418 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir=*/ "")); in TEST_F()
468 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir=*/ "")); in TEST_F()
502 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, cwd_buf)); in TEST_F()
520 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
529 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F()
536 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
573 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
600 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
638 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
[all …]
/art/disassembler/
Ddisassembler.cc48 case InstructionSet::kArm: in Create()
/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc87 DCHECK(HasShifterOperand(use, InstructionSet::kArm)); in TryMergeIntoShifterOperand()
169 if (!HasShifterOperand(user, InstructionSet::kArm)) { in TryMergeIntoUsersShifterOperand()
250 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.cc52 case InstructionSet::kArm: in Create()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h76 struct CSFSelector<InstructionSet::kArm> { using type = arm::ArmCalleeSaveFrame; };
/art/tools/signal_dumper/
Dsignal_dumper.cc371 enum class ABI { kArm, kArm64, kX86, kX86_64 }; in DumpABI() enumerator
373 constexpr ABI kDumperABI = ABI::kArm; in DumpABI()
393 case ABI::kArm: in DumpABI()
407 case ABI::kArm: in DumpABI()
409 to_print = io_vec.iov_len == 18 * sizeof(uint32_t) ? ABI::kArm : ABI::kArm64; in DumpABI()
421 case ABI::kArm: in DumpABI()
/art/compiler/debug/
Delf_debug_loc_writer.h36 case InstructionSet::kArm: in GetDwarfCoreReg()
53 case InstructionSet::kArm: in GetDwarfFpReg()
223 if ((isa == InstructionSet::kArm || isa == InstructionSet::kThumb2) && in WriteDebugLocEntry()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc138 case InstructionSet::kArm: in artCriticalNativeFrameSize()
174 case InstructionSet::kArm: in artCriticalNativeFrameSize()
/art/compiler/jni/quick/
Dcalling_convention.cc51 case InstructionSet::kArm: in Create()
141 case InstructionSet::kArm: in Create()
/art/dex2oat/linker/
Drelative_patcher.cc108 case InstructionSet::kArm: in Create()
/art/libartbase/base/
Dfile_utils_test.cc58 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str()); in TEST_F()
/art/compiler/driver/
Dcompiler_options.cc47 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA), in CompilerOptions()

123