Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 25 of 60) sorted by relevance

123

/art/libartbase/arch/
Dinstruction_set.h92 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()
Dinstruction_set.cc27 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort()
43 const char* GetInstructionSetString(InstructionSet isa) { in GetInstructionSetString()
/art/runtime/
Dnterp_helpers.cc90 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()
Doat_file_assistant_context.cc102 for (InstructionSet isa : isas) { in FetchAll() local
115 OatFileAssistantContext::GetBootImageInfoList(InstructionSet isa) { in GetBootImageInfoList()
Doat_file_assistant.cc93 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()
Dprebuilt_tools_test.cc30 static void CheckToolsExist(InstructionSet isa) { in CheckToolsExist()
Dparsed_options_test.cc164 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
181 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
/art/compiler/jni/
Djni_cfi_test.cc44 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/
Doptimizing_cfi_test.cc51 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
Dinstruction_simplifier_shared.h42 inline bool HasShifterOperand(HInstruction* instr, InstructionSet isa) { in HasShifterOperand()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc42 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/
DUtils.java110 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
DAidlUtils.java38 @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/
Delf_debug_loc_writer.h34 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()
Delf_debug_writer.cc115 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()
Dmethod_debug_info.h37 InstructionSet isa; member
/art/runtime/arch/
Dinstruction_set_features.cc34 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/
Dassembler_test_base.h79 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/
Dfile_utils.cc616 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/
Dquasi_atomic.h151 static bool LongAtomicsUseMutexes(InstructionSet isa) { in LongAtomicsUseMutexes()
/art/compiler/trampolines/
Dtrampoline_compiler.cc172 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/
Dodrefresh.cc452 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/
Dgenerate-boot-image.cc68 std::string isa = GetInstructionSetString(kRuntimeISA); in GenerateBootImage() local
/art/libartservice/service/javatests/com/android/server/art/
DSecondaryDexopterTest.java320 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/
DOdsignTestUtils.java171 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()

123