/art/libartbase/arch/ |
D | instruction_set.h | 92 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() 113 constexpr bool IsValidInstructionSet(InstructionSet isa) { in IsValidInstructionSet() 129 constexpr size_t GetInstructionSetInstructionAlignment(InstructionSet isa) { in GetInstructionSetInstructionAlignment() 150 constexpr size_t GetInstructionSetCodeAlignment(InstructionSet isa) { in GetInstructionSetCodeAlignment() 173 constexpr size_t GetInstructionSetEntryPointAdjustment(InstructionSet isa) { in GetInstructionSetEntryPointAdjustment() 192 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() 210 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() 214 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation() 235 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes()
|
D | instruction_set.cc | 27 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() 43 const char* GetInstructionSetString(InstructionSet isa) { in GetInstructionSetString()
|
/art/runtime/ |
D | nterp_helpers.cc | 90 static constexpr size_t NterpGetFrameEntrySize(InstructionSet isa) { in NterpGetFrameEntrySize() 128 static uint16_t GetNumberOfOutRegs(const CodeItemDataAccessor& accessor, InstructionSet isa) { in GetNumberOfOutRegs() 142 static uint16_t GetNumberOfOutRegs(ArtMethod* method, InstructionSet isa) in GetNumberOfOutRegs() 152 static size_t NterpGetFrameSizeWithoutPadding(ArtMethod* method, InstructionSet isa) in NterpGetFrameSizeWithoutPadding() 173 static inline size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa) in NterpGetFrameSize() 226 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp()
|
D | oat_file_assistant_context.cc | 102 for (InstructionSet isa : isas) { in FetchAll() local 115 OatFileAssistantContext::GetBootImageInfoList(InstructionSet isa) { in GetBootImageInfoList()
|
D | oat_file_assistant.cc | 93 const InstructionSet isa, in OatFileAssistant() 109 const InstructionSet isa, in OatFileAssistant() 240 InstructionSet isa = GetInstructionSetFromString(isa_str.c_str()); in Create() local 567 InstructionSet isa, in AnonymousDexVdexLocation() 617 InstructionSet isa, in DexLocationToOdexFilename() 668 InstructionSet isa, in DexLocationToOatFilename() 677 InstructionSet isa, in DexLocationToOatFilename() 754 InstructionSet isa, in ValidateBootClassPathChecksums() 1294 InstructionSet isa, in GetOptimizationStatus()
|
D | prebuilt_tools_test.cc | 30 static void CheckToolsExist(InstructionSet isa) { in CheckToolsExist()
|
D | parsed_options_test.cc | 164 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local 181 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 44 void TestImpl(InstructionSet isa, in TestImpl() 57 void TestImplSized(InstructionSet isa, in TestImplSized() 119 #define TEST_ISA(isa) \ argument 130 #define TEST_ISA_ONLY_CC(isa) \ argument
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 51 void SetUpFrame(InstructionSet isa) { in SetUpFrame() 95 void Check(InstructionSet isa, in Check() 112 void TestImpl(InstructionSet isa, const char* in TestImpl() 149 #define TEST_ISA(isa) \ argument
|
D | instruction_simplifier_shared.h | 42 inline bool HasShifterOperand(HInstruction* instr, InstructionSet isa) { in HasShifterOperand()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints_test.cc | 42 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, CalleeSaveType type) in CreateCalleeSaveMethod() 57 static void CheckPCOffset(InstructionSet isa, CalleeSaveType type, size_t pc_offset) in CheckPCOffset()
|
/art/libartservice/service/java/com/android/server/art/ |
D | Utils.java | 110 String isa = getTranslatedIsa(VMRuntime.getInstructionSet(pkgSecondaryCpuAbi)); in getAllAbis() local 111 abis.add(Abi.create(nativeIsaToAbi(isa), isa, false /* isPrimaryAbi */)); in getAllAbis() local 143 String isa = getTranslatedIsa(VMRuntime.getInstructionSet(primaryCpuAbi)); in getPrimaryAbi() local 161 private static String getTranslatedIsa(@NonNull String isa) { in getTranslatedIsa() 176 private static String nativeIsaToAbi(@NonNull String isa) { in nativeIsaToAbi() 457 @NonNull String name, @NonNull String isa, boolean isPrimaryAbi) { in create() 465 abstract @NonNull String isa(); in isa() method in Utils.Abi
|
D | AidlUtils.java | 38 @NonNull String dexPath, @NonNull String isa, boolean isInDalvikCache) { in buildArtifactsPath() 80 public static OutputArtifacts buildOutputArtifacts(@NonNull String dexPath, @NonNull String isa, in buildOutputArtifacts()
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 34 static Reg GetDwarfCoreReg(InstructionSet isa, int machine_reg) { in GetDwarfCoreReg() 53 static Reg GetDwarfFpReg(InstructionSet isa, int machine_reg) { in GetDwarfFpReg() 92 InstructionSet isa) { in GetVariableLocations() 178 InstructionSet isa, in WriteDebugLocEntry()
|
D | elf_debug_writer.cc | 115 InstructionSet isa, in MakeMiniDebugInfoInternal() 149 InstructionSet isa, in MakeMiniDebugInfo() 176 InstructionSet isa, in MakeElfFileForJIT() 239 const InstructionSet isa = kRuntimeISA; in PackElfFileForJIT() local 350 InstructionSet isa, in WriteDebugElfFileForClasses()
|
D | method_debug_info.h | 37 InstructionSet isa; member
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 34 InstructionSet isa, const std::string& variant, std::string* error_msg) { in FromVariant() 56 InstructionSet isa, const std::string& variant, std::string* error_msg) { in FromVariantAndHwcap() 82 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromBitmap(InstructionSet isa, in FromBitmap()
|
/art/compiler/utils/ |
D | assembler_test_base.h | 79 InstructionSet isa = GetIsa(); in Driver() local 142 InstructionSet isa = GetIsa(); in GetAssemblerCommand() local 220 void WriteElf(const std::string& filename, InstructionSet isa, const std::vector<uint8_t>& code) { in WriteElf()
|
/art/libartbase/base/ |
D | file_utils.cc | 616 std::string GetApexDataDalvikCacheDirectory(InstructionSet isa) { in GetApexDataDalvikCacheDirectory() 624 InstructionSet isa, in GetApexDataDalvikCacheFilename() 650 std::string GetApexDataOatFilename(std::string_view location, InstructionSet isa) { in GetApexDataOatFilename() 654 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa) { in GetApexDataOdexFilename() 674 InstructionSet isa, in GetApexDataDalvikCacheFilename() 688 std::string GetSystemOdexFilenameForApex(std::string_view location, InstructionSet isa) { in GetSystemOdexFilenameForApex() 700 static void InsertIsaDirectory(const InstructionSet isa, std::string* filename) { in InsertIsaDirectory() 709 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename()
|
/art/runtime/base/ |
D | quasi_atomic.h | 151 static bool LongAtomicsUseMutexes(InstructionSet isa) { in LongAtomicsUseMutexes()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 172 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline64(InstructionSet isa, in CreateTrampoline64() 194 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline32(InstructionSet isa, in CreateTrampoline32()
|
/art/odrefresh/ |
D | odrefresh.cc | 452 void AddDex2OatInstructionSet(/*inout*/ std::vector<std::string>& args, InstructionSet isa) { in AddDex2OatInstructionSet() 524 InstructionSet isa, in AddCompiledBootClasspathFdsIfAny() 629 for (InstructionSet isa : odr.Config().GetBootClasspathIsas()) { in CompileAll() local 927 std::vector<std::string> OnDeviceRefresh::GetBestBootImages(InstructionSet isa, in GetBestBootImages() 988 InstructionSet isa, in PrimaryBootImageExist() 1011 InstructionSet isa, in BootImageMainlineExtensionExist() 1331 InstructionSet isa, in CheckBootClasspathArtifactsAreUpToDate() 1604 for (InstructionSet isa : config_.GetBootClasspathIsas()) { in CheckArtifactsAreUpToDate() local 1651 InstructionSet isa, in RunDex2oat() 1758 InstructionSet isa, in RunDex2oatForBootClasspath() [all …]
|
/art/test/generate-boot-image/ |
D | generate-boot-image.cc | 68 std::string isa = GetInstructionSetString(kRuntimeISA); in GenerateBootImage() local
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | SecondaryDexopterTest.java | 320 private void checkDexoptWithPrivateProfile(IArtd artd, String dexPath, String isa, in checkDexoptWithPrivateProfile() 330 private void checkDexoptWithNoProfile(IArtd artd, String dexPath, String isa, in checkDexoptWithNoProfile()
|
/art/test/odsign/test-src/com/android/tests/odsign/ |
D | OdsignTestUtils.java | 171 private Set<String> getExpectedBootImage(String bootImageStem, String isa) throws Exception { in getExpectedBootImage() 207 String isa = getSystemServerIsa(); in getSystemServerExpectedArtifacts() local 339 public static Set<String> getApexDataDalvikCacheFilenames(String dexLocation, String isa) in getApexDataDalvikCacheFilenames()
|