Home
last modified time | relevance | path

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

12

/art/libartbase/arch/
Dinstruction_set.h81 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize()
100 constexpr size_t GetInstructionSetInstructionAlignment(InstructionSet isa) { in GetInstructionSetInstructionAlignment()
119 constexpr bool IsValidInstructionSet(InstructionSet isa) { in IsValidInstructionSet()
136 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet()
153 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize()
157 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation()
176 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation()
212 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/compiler/jni/
Djni_cfi_test.cc43 void TestImpl(InstructionSet isa, in TestImpl()
56 void TestImplSized(InstructionSet isa, in TestImplSized()
117 #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()
Delf_debug_line_writer.h52 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit() local
/art/compiler/utils/
Dassembler_test_base.h77 InstructionSet isa = GetIsa(); in Driver() local
138 InstructionSet isa = GetIsa(); in GetAssemblerCommand() local
211 void WriteElf(const std::string& filename, InstructionSet isa, const std::vector<uint8_t>& code) { in WriteElf()
Djni_macro_assembler.h288 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel()
/art/runtime/gc/space/
Dimage_space_fs.h92 static void PruneDalvikCache(InstructionSet isa) { in PruneDalvikCache()
/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/
Doat_file_assistant.cc78 const InstructionSet isa, in OatFileAssistant()
91 const InstructionSet isa, in OatFileAssistant()
434 InstructionSet isa, in AnonymousDexVdexLocation()
482 InstructionSet isa, in DexLocationToOdexNames()
528 InstructionSet isa, in DexLocationToOdexFilename()
535 InstructionSet isa, in DexLocationToOatFilename()
953 InstructionSet isa, in GetOptimizationStatus()
Dprebuilt_tools_test.cc30 static void CheckToolsExist(InstructionSet isa) { in CheckToolsExist()
Dparsed_options_test.cc162 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
179 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
/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/tools/checker/match/
Dtest.py106 def assertMatches(self, checkerString, c1String, isa=None, instructionSetFeatures=None): argument
154 def assertDoesNotMatch(self, checkerString, c1String, isa=None, instructionSetFeatures=None): argument
/art/compiler/
Dcfi_test.h37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected()
/art/compiler/jit/
Djit_compiler.cc131 InstructionSet isa = compiler_options.GetInstructionSet(); in TypesLoaded() local
/art/compiler/debug/dwarf/
Ddwarf_test.h63 InstructionSet isa = in Objdump() local
/art/libartbase/base/
Dfile_utils.cc364 static void InsertIsaDirectory(const InstructionSet isa, std::string* filename) { in InsertIsaDirectory()
373 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename()

12