Home
last modified time | relevance | path

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

12

/art/runtime/arch/
Dinstruction_set.h85 static inline size_t GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize()
110 static inline bool IsValidInstructionSet(InstructionSet isa) { in IsValidInstructionSet()
128 static inline bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet()
150 static inline size_t InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize()
154 static inline size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation()
179 static inline size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation()
Dinstruction_set.cc25 const char* GetInstructionSetString(const InstructionSet isa) { in GetInstructionSetString()
91 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment()
125 size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes()
Dinstruction_set_features.cc32 const InstructionSetFeatures* InstructionSetFeatures::FromVariant(InstructionSet isa, in FromVariant()
64 const InstructionSetFeatures* InstructionSetFeatures::FromBitmap(InstructionSet isa, in FromBitmap()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h76 static constexpr size_t GetCalleeSaveFrameSize(InstructionSet isa, Runtime::CalleeSaveType type) { in GetCalleeSaveFrameSize()
89 static constexpr size_t GetConstExprPointerSize(InstructionSet isa) { in GetConstExprPointerSize()
102 static constexpr size_t GetCalleeSaveReturnPcOffset(InstructionSet isa, in GetCalleeSaveReturnPcOffset()
Dquick_trampoline_entrypoints_test.cc41 static ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, Runtime::CalleeSaveType type) in CreateCalleeSaveMethod()
56 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size) in CheckFrameSize()
65 static void CheckPCOffset(InstructionSet isa, Runtime::CalleeSaveType type, size_t pc_offset) in CheckPCOffset()
83 #define CHECK_FRAME_SIZE(isa) \ in TEST_F() argument
/art/compiler/debug/
Delf_debug_writer.cc92 InstructionSet isa, in MakeMiniDebugInfo()
114 InstructionSet isa, in WriteDebugElfFileForMethodsInternal()
133 InstructionSet isa, in WriteDebugElfFileForMethods()
145 InstructionSet isa, in WriteDebugElfFileForClassesInternal()
166 std::vector<uint8_t> WriteDebugElfFileForClasses(InstructionSet isa, in WriteDebugElfFileForClasses()
Delf_debug_loc_writer.h34 static Reg GetDwarfCoreReg(InstructionSet isa, int machine_reg) { in GetDwarfCoreReg()
55 static Reg GetDwarfFpReg(InstructionSet isa, int machine_reg) { in GetDwarfFpReg()
183 InstructionSet isa, in WriteDebugLocEntry()
Delf_gnu_debugdata_writer.h81 InstructionSet isa, in MakeMiniDebugInfoInternal()
Dmethod_debug_info.h33 InstructionSet isa; member
Delf_debug_frame_writer.h32 static void WriteCIE(InstructionSet isa, in WriteCIE()
/art/runtime/gc/space/
Dimage_space_fs.h89 static void PruneDalvikCache(InstructionSet isa) { in PruneDalvikCache()
106 static void MarkZygoteStart(const InstructionSet isa, const uint32_t max_failed_boots) { in MarkZygoteStart()
/art/compiler/jni/
Djni_cfi_test.cc39 void TestImpl(InstructionSet isa, const char* isa_str, in TestImpl()
81 #define TEST_ISA(isa) \ argument
/art/runtime/
Datomic.h48 static constexpr bool NeedSwapMutexes(InstructionSet isa) { in NeedSwapMutexes()
150 static bool LongAtomicsUseMutexes(InstructionSet isa) { in LongAtomicsUseMutexes()
Dparsed_options_test.cc140 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
159 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
Dprebuilt_tools_test.cc54 for (InstructionSet isa : isas) { in TEST_F() local
Doat_file_assistant.cc66 const InstructionSet isa, in OatFileAssistant()
74 const InstructionSet isa, in OatFileAssistant()
790 InstructionSet isa, std::string* odex_filename, std::string* error_msg) { in DexFilenameToOdexFilename()
1000 uint32_t OatFileAssistant::CalculateCombinedImageChecksum(InstructionSet isa) { in CalculateCombinedImageChecksum()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc51 void SetUpFrame(InstructionSet isa) { in SetUpFrame()
91 void Check(InstructionSet isa, in Check()
108 void TestImpl(InstructionSet isa, const char* in TestImpl()
149 #define TEST_ISA(isa) \ argument
Dinstruction_simplifier_shared.cc88 bool TryCombineMultiplyAccumulate(HMul* mul, InstructionSet isa) { in TryCombineMultiplyAccumulate()
/art/patchoat/
Dpatchoat.h70 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, in PatchOat()
74 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
Dpatchoat.cc53 static bool LocationToFilename(const std::string& location, InstructionSet isa, in LocationToFilename()
156 InstructionSet isa, in Patch()
988 InstructionSet isa, in patchoat_image()
1026 InstructionSet isa, in patchoat_oat()
1251 InstructionSet isa = kNone; in patchoat() local
/art/compiler/trampolines/
Dtrampoline_compiler.cc225 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline64(InstructionSet isa, in CreateTrampoline64()
251 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline32(InstructionSet isa, in CreateTrampoline32()
/art/compiler/
Dcfi_test.h37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected()
/art/compiler/debug/dwarf/
Ddwarf_test.h62 InstructionSet isa = (sizeof(typename ElfTypes::Addr) == 8) ? kX86_64 : kX86; in Objdump() local
Ddebug_line_opcode_writer.h105 void SetISA(int isa) { in SetISA()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc209 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str()); in ZygoteHooks_nativePostForkChild() local

12