Home
last modified time | relevance | path

Searched refs:kThumb2 (Results 1 – 25 of 41) sorted by relevance

12

/art/runtime/arch/
Dinstruction_set.h32 kThumb2, enumerator
101 case InstructionSet::kThumb2: in GetInstructionSetPointerSize()
124 case InstructionSet::kThumb2: in GetInstructionSetInstructionAlignment()
146 case InstructionSet::kThumb2: in IsValidInstructionSet()
165 case InstructionSet::kThumb2: in Is64BitInstructionSet()
189 case InstructionSet::kThumb2: in GetBytesPerGprSpillLocation()
212 case InstructionSet::kThumb2: in GetBytesPerFprSpillLocation()
Dinstruction_set_features.cc37 case InstructionSet::kThumb2: in FromVariant()
62 case InstructionSet::kThumb2: in FromBitmap()
93 case InstructionSet::kThumb2: in FromCppDefines()
117 case InstructionSet::kThumb2: in FromCpuInfo()
140 case InstructionSet::kThumb2: in FromHwcap()
163 case InstructionSet::kThumb2: in FromAssembly()
Dinstruction_set.cc30 case InstructionSet::kThumb2: in InstructionSetAbort()
47 case InstructionSet::kThumb2: in GetInstructionSetString()
113 case InstructionSet::kThumb2: in GetInstructionSetAlignment()
175 case InstructionSet::kThumb2: in GetStackOverflowReservedBytes()
Dinstruction_set_test.cc38 EXPECT_STREQ("arm", GetInstructionSetString(InstructionSet::kThumb2)); in TEST()
48 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kThumb2), in TEST()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h73 case InstructionSet::kThumb2: in GetCalleeSaveFrameSize()
97 case InstructionSet::kThumb2: in GetConstExprPointerSize()
/art/runtime/
Dprebuilt_tools_test.cc53 InstructionSet isas[] = { InstructionSet::kThumb2 }; in TEST_F()
Doat_quick_method_header.h139 static_assert(kRuntimeISA != InstructionSet::kThumb2, "kThumb2 cannot be a runtime ISA"); in Contains()
152 static_assert(kRuntimeISA != InstructionSet::kThumb2, "kThumb2 cannot be a runtime ISA"); in GetEntryPoint()
/art/disassembler/
Ddisassembler.cc39 if (instruction_set == InstructionSet::kArm || instruction_set == InstructionSet::kThumb2) { in Create()
/art/compiler/
Dcompiled_method.cc71 case InstructionSet::kThumb2: { in CodeDelta()
90 case InstructionSet::kThumb2: { in CodePointer()
Dcfi_test.h71 const uint8_t* base = actual_asm.data() + (isa == InstructionSet::kThumb2 ? 1 : 0); in GenerateExpected()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc172 TEST_ISA(kThumb2)
211 SetUpFrame(InstructionSet::kThumb2); in TEST_ISA()
223 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi); in TEST_ISA()
Dcodegen_test_utils.h210 || (kRuntimeISA == InstructionSet::kArm && target_isa == InstructionSet::kThumb2); in CanExecuteOnHardware()
274 if (target_isa == InstructionSet::kThumb2) { in Run()
Dregister_allocator.cc77 || instruction_set == InstructionSet::kThumb2 in CanAllocateRegistersFor()
Dinstruction_simplifier_shared.cc94 case InstructionSet::kThumb2: in TryCombineMultiplyAccumulate()
/art/compiler/utils/
Djni_macro_assembler.cc60 case InstructionSet::kThumb2: in Create()
Dassembler_thumb_test.cc84 toolsdir = CommonRuntimeTest::GetAndroidTargetToolsDir(InstructionSet::kThumb2); in GetToolsDir()
218 InstructionSet::kThumb2)); in TEST_F()
221 &allocator, is_static, is_synchronized, shorty, InstructionSet::kThumb2)); in TEST_F()
/art/compiler/debug/
Delf_debug_loc_writer.h37 case InstructionSet::kThumb2: in GetDwarfCoreReg()
58 case InstructionSet::kThumb2: in GetDwarfFpReg()
234 if ((isa == InstructionSet::kArm || isa == InstructionSet::kThumb2) && in WriteDebugLocEntry()
Delf_symtab_writer.h67 if (kGenerateArmMappingSymbol && info.isa == InstructionSet::kThumb2) { in WriteDebugSymbols()
Delf_debug_line_writer.h73 case InstructionSet::kThumb2: in WriteCompilationUnit()
Delf_debug_frame_writer.h41 case InstructionSet::kThumb2: { in WriteCIE()
/art/compiler/jni/quick/
Dcalling_convention.cc58 case InstructionSet::kThumb2: in Create()
160 case InstructionSet::kThumb2: in Create()
/art/compiler/jni/
Djni_cfi_test.cc119 TEST_ISA(kThumb2)
/art/compiler/linker/
Drelative_patcher.cc108 case InstructionSet::kThumb2: in Create()
/art/compiler/trampolines/
Dtrampoline_compiler.cc277 case InstructionSet::kThumb2: in CreateTrampoline32()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc31 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest()
177 InstructionSet::kThumb2) + in Create2MethodsWithGap()
425 InstructionSet::kThumb2); in TEST_F()
532 InstructionSet::kThumb2); in TEST_F()

12