Home
last modified time | relevance | path

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

123

/art/libartbase/arch/
Dinstruction_set.h84 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize()
103 constexpr size_t GetInstructionSetInstructionAlignment(InstructionSet isa) { in GetInstructionSetInstructionAlignment()
122 constexpr bool IsValidInstructionSet(InstructionSet isa) { in IsValidInstructionSet()
139 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet()
156 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize()
160 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation()
179 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation()
215 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes()
Dinstruction_set.cc25 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort()
40 const char* GetInstructionSetString(InstructionSet isa) { in GetInstructionSetString()
74 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment()
/art/runtime/
Dnterp_helpers.cc90 static constexpr size_t NterpGetFrameEntrySize(InstructionSet isa) { in NterpGetFrameEntrySize()
123 static uint16_t GetNumberOfOutRegs(ArtMethod* method, InstructionSet isa) in GetNumberOfOutRegs()
139 size_t NterpGetFrameSize(ArtMethod* method, InstructionSet isa) { in NterpGetFrameSize()
208 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp()
Dprebuilt_tools_test.cc30 static void CheckToolsExist(InstructionSet isa) { in CheckToolsExist()
Doat_file_assistant.cc82 const InstructionSet isa, in OatFileAssistant()
97 const InstructionSet isa, in OatFileAssistant()
474 InstructionSet isa, in AnonymousDexVdexLocation()
520 InstructionSet isa, in DexLocationToOdexFilename()
571 InstructionSet isa, in DexLocationToOatFilename()
1049 InstructionSet isa, in GetOptimizationStatus()
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.cc43 void TestImpl(InstructionSet isa, in TestImpl()
56 void TestImplSized(InstructionSet isa, in TestImplSized()
118 #define TEST_ISA(isa) \ argument
/art/compiler/optimizing/
Doptimizing_cfi_test.cc50 void SetUpFrame(InstructionSet isa) { in SetUpFrame()
94 void Check(InstructionSet isa, in Check()
111 void TestImpl(InstructionSet isa, const char* in TestImpl()
148 #define TEST_ISA(isa) \ argument
Dinstruction_simplifier_shared.h41 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/compiler/debug/
Delf_debug_loc_writer.h34 static Reg GetDwarfCoreReg(InstructionSet isa, int machine_reg) { in GetDwarfCoreReg()
51 static Reg GetDwarfFpReg(InstructionSet isa, int machine_reg) { in GetDwarfFpReg()
88 InstructionSet isa) { in GetVariableLocations()
174 InstructionSet isa, in WriteDebugLocEntry()
Delf_debug_writer.cc115 InstructionSet isa, in MakeMiniDebugInfoInternal()
149 InstructionSet isa, in MakeMiniDebugInfo()
176 InstructionSet isa, in MakeElfFileForJIT()
238 const InstructionSet isa = kRuntimeISA; in PackElfFileForJIT() local
349 InstructionSet isa, in WriteDebugElfFileForClasses()
Dmethod_debug_info.h36 InstructionSet isa; member
Delf_debug_frame_writer.h38 static void WriteCIE(InstructionSet isa, /*inout*/ std::vector<uint8_t>* buffer) { in WriteCIE()
/art/libartbase/base/
Dfile_utils.cc452 std::string GetApexDataDalvikCacheDirectory(InstructionSet isa) { in GetApexDataDalvikCacheDirectory()
460 InstructionSet isa, in GetApexDataDalvikCacheFilename()
486 std::string GetApexDataOatFilename(std::string_view location, InstructionSet isa) { in GetApexDataOatFilename()
490 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa) { in GetApexDataOdexFilename()
510 InstructionSet isa, in GetApexDataDalvikCacheFilename()
524 std::string GetSystemOdexFilenameForApex(std::string_view location, InstructionSet isa) { in GetSystemOdexFilenameForApex()
536 static void InsertIsaDirectory(const InstructionSet isa, std::string* filename) { in InsertIsaDirectory()
545 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename()
Dfile_utils_test.cc247 const InstructionSet isa = InstructionSet::kArm64; in TEST_F() local
268 const InstructionSet isa = InstructionSet::kX86_64; in TEST_F() local
/art/compiler/utils/
Dassembler_test_base.h78 InstructionSet isa = GetIsa(); in Driver() local
141 InstructionSet isa = GetIsa(); in GetAssemblerCommand() local
214 void WriteElf(const std::string& filename, InstructionSet isa, const std::vector<uint8_t>& code) { in WriteElf()
/art/runtime/arch/
Dinstruction_set_features.cc37 InstructionSet isa, const std::string& variant, std::string* error_msg) { in FromVariant()
56 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromBitmap(InstructionSet isa, in FromBitmap()
/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/test/generate-boot-image/
Dgenerate-boot-image.cc68 std::string isa = GetInstructionSetString(kRuntimeISA); in GenerateBootImage() local
/art/runtime/metrics/
Dstatsd.cc191 constexpr int32_t EncodeInstructionSet(InstructionSet isa) { in EncodeInstructionSet()
/art/odrefresh/
Dodrefresh.cc405 void AddDex2OatInstructionSet(/*inout*/ std::vector<std::string>& args, InstructionSet isa) { in AddDex2OatInstructionSet()
469 const InstructionSet isa, in AddCompiledBootClasspathFdsIfAny()
805 const InstructionSet isa, in BootClasspathArtifactsExist()
944 const InstructionSet isa, in CheckBootClasspathArtifactsAreUpToDate()
1384 for (const InstructionSet isa : config_.GetBootClasspathIsas()) { in CheckArtifactsAreUpToDate() local
1427 const InstructionSet isa, in CompileBootClasspathArtifacts()
1578 const InstructionSet isa = config_.GetSystemServerIsa(); in CompileSystemServerArtifacts() local
1770 for (const InstructionSet isa : compilation_options.compile_boot_classpath_for_isas) { in Compile() local
/art/tools/checker/match/
Dtest.py104 def assertMatches(self, checker_string, c1_string, isa=None, instruction_set_features=None): argument
150 def assertDoesNotMatch(self, checker_string, c1_string, isa=None, instruction_set_features=None): argument
/art/compiler/
Dcfi_test.h37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected()

123