/art/runtime/arch/ |
D | instruction_set.h | 32 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()
|
D | instruction_set_features.cc | 37 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()
|
D | instruction_set.cc | 30 case InstructionSet::kThumb2: in InstructionSetAbort() 47 case InstructionSet::kThumb2: in GetInstructionSetString() 113 case InstructionSet::kThumb2: in GetInstructionSetAlignment() 175 case InstructionSet::kThumb2: in GetStackOverflowReservedBytes()
|
D | instruction_set_test.cc | 38 EXPECT_STREQ("arm", GetInstructionSetString(InstructionSet::kThumb2)); in TEST() 48 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kThumb2), in TEST()
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 73 case InstructionSet::kThumb2: in GetCalleeSaveFrameSize() 97 case InstructionSet::kThumb2: in GetConstExprPointerSize()
|
/art/runtime/ |
D | prebuilt_tools_test.cc | 53 InstructionSet isas[] = { InstructionSet::kThumb2 }; in TEST_F()
|
D | oat_quick_method_header.h | 139 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/ |
D | disassembler.cc | 39 if (instruction_set == InstructionSet::kArm || instruction_set == InstructionSet::kThumb2) { in Create()
|
/art/compiler/ |
D | compiled_method.cc | 71 case InstructionSet::kThumb2: { in CodeDelta() 90 case InstructionSet::kThumb2: { in CodePointer()
|
D | cfi_test.h | 71 const uint8_t* base = actual_asm.data() + (isa == InstructionSet::kThumb2 ? 1 : 0); in GenerateExpected()
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 172 TEST_ISA(kThumb2) 211 SetUpFrame(InstructionSet::kThumb2); in TEST_ISA() 223 Check(InstructionSet::kThumb2, "kThumb2_adjust", expected_asm, expected_cfi); in TEST_ISA()
|
D | codegen_test_utils.h | 210 || (kRuntimeISA == InstructionSet::kArm && target_isa == InstructionSet::kThumb2); in CanExecuteOnHardware() 274 if (target_isa == InstructionSet::kThumb2) { in Run()
|
D | register_allocator.cc | 77 || instruction_set == InstructionSet::kThumb2 in CanAllocateRegistersFor()
|
D | instruction_simplifier_shared.cc | 94 case InstructionSet::kThumb2: in TryCombineMultiplyAccumulate()
|
/art/compiler/utils/ |
D | jni_macro_assembler.cc | 60 case InstructionSet::kThumb2: in Create()
|
D | assembler_thumb_test.cc | 84 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/ |
D | elf_debug_loc_writer.h | 37 case InstructionSet::kThumb2: in GetDwarfCoreReg() 58 case InstructionSet::kThumb2: in GetDwarfFpReg() 234 if ((isa == InstructionSet::kArm || isa == InstructionSet::kThumb2) && in WriteDebugLocEntry()
|
D | elf_symtab_writer.h | 67 if (kGenerateArmMappingSymbol && info.isa == InstructionSet::kThumb2) { in WriteDebugSymbols()
|
D | elf_debug_line_writer.h | 73 case InstructionSet::kThumb2: in WriteCompilationUnit()
|
D | elf_debug_frame_writer.h | 41 case InstructionSet::kThumb2: { in WriteCIE()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 58 case InstructionSet::kThumb2: in Create() 160 case InstructionSet::kThumb2: in Create()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 119 TEST_ISA(kThumb2)
|
/art/compiler/linker/ |
D | relative_patcher.cc | 108 case InstructionSet::kThumb2: in Create()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 277 case InstructionSet::kThumb2: in CreateTrampoline32()
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 31 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest() 177 InstructionSet::kThumb2) + in Create2MethodsWithGap() 425 InstructionSet::kThumb2); in TEST_F() 532 InstructionSet::kThumb2); in TEST_F()
|