/art/libartbase/arch/ |
D | instruction_set.cc | 25 void InstructionSetAbort(InstructionSet isa) { in InstructionSetAbort() 42 const char* GetInstructionSetString(InstructionSet isa) { in GetInstructionSetString() 84 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment()
|
D | instruction_set.h | 95 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() 118 constexpr size_t GetInstructionSetInstructionAlignment(InstructionSet isa) { in GetInstructionSetInstructionAlignment() 141 constexpr bool IsValidInstructionSet(InstructionSet isa) { in IsValidInstructionSet() 160 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() 179 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() 183 constexpr size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation() 206 constexpr size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation() 249 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 43 void TestImpl(InstructionSet isa, in TestImpl() 56 void TestImplSized(InstructionSet isa, in TestImplSized() 110 #define TEST_ISA(isa) \ argument
|
/art/runtime/gc/space/ |
D | image_space_fs.h | 92 static void PruneDalvikCache(InstructionSet isa) { in PruneDalvikCache() 111 static void MarkZygoteStart(const InstructionSet isa, const uint32_t max_failed_boots) { in MarkZygoteStart()
|
/art/runtime/base/ |
D | quasi_atomic.h | 49 static constexpr bool NeedSwapMutexes(InstructionSet isa) { in NeedSwapMutexes() 151 static bool LongAtomicsUseMutexes(InstructionSet isa) { in LongAtomicsUseMutexes()
|
/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/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 52 void SetUpFrame(InstructionSet isa) { in SetUpFrame() 96 void Check(InstructionSet isa, in Check() 113 void TestImpl(InstructionSet isa, const char* in TestImpl() 150 #define TEST_ISA(isa) \ argument
|
D | instruction_simplifier_shared.h | 41 inline bool HasShifterOperand(HInstruction* instr, InstructionSet isa) { in HasShifterOperand()
|
D | loop_analysis.cc | 181 ArchNoOptsLoopHelper* ArchNoOptsLoopHelper::Create(InstructionSet isa, in Create()
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 34 static Reg GetDwarfCoreReg(InstructionSet isa, int machine_reg) { in GetDwarfCoreReg() 55 static Reg GetDwarfFpReg(InstructionSet isa, int machine_reg) { in GetDwarfFpReg() 96 InstructionSet isa) { in GetVariableLocations() 182 InstructionSet isa, in WriteDebugLocEntry()
|
D | elf_debug_writer.cc | 114 InstructionSet isa, in MakeMiniDebugInfoInternal() 148 InstructionSet isa, in MakeMiniDebugInfo() 175 InstructionSet isa, in MakeElfFileForJIT() 230 InstructionSet isa, in PackElfFileForJIT() 343 InstructionSet isa, in WriteDebugElfFileForClasses()
|
D | method_debug_info.h | 36 InstructionSet isa; member
|
D | elf_debug_frame_writer.h | 34 static void WriteCIE(InstructionSet isa, /*inout*/ std::vector<uint8_t>* buffer) { in WriteCIE()
|
D | elf_debug_line_writer.h | 52 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit() local
|
/art/runtime/ |
D | oat_file_assistant.cc | 77 const InstructionSet isa, in OatFileAssistant() 90 const InstructionSet isa, in OatFileAssistant() 437 InstructionSet isa, in AnonymousDexVdexLocation() 485 InstructionSet isa, in DexLocationToOdexNames() 531 InstructionSet isa, in DexLocationToOdexFilename() 538 InstructionSet isa, in DexLocationToOatFilename() 1006 InstructionSet isa, in GetOptimizationStatus()
|
D | parsed_options_test.cc | 159 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local 178 InstructionSet isa = map.GetOrDefault(Opt::ImageInstructionSet); in TEST_F() local
|
D | prebuilt_tools_test.cc | 54 for (InstructionSet isa : isas) { in TEST_F() local
|
D | stack_map.h | 153 static uint32_t PackNativePc(uint32_t native_pc, InstructionSet isa) { in PackNativePc() 158 static uint32_t UnpackNativePc(uint32_t packed_native_pc, InstructionSet isa) { in UnpackNativePc()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 39 InstructionSet isa, const std::string& variant, std::string* error_msg) { in FromVariant() 62 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromBitmap(InstructionSet isa, in FromBitmap()
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 251 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 244 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline64(InstructionSet isa, in CreateTrampoline64() 270 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline32(InstructionSet isa, in CreateTrampoline32()
|
/art/compiler/ |
D | cfi_test.h | 37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected()
|
/art/libartbase/base/ |
D | file_utils.cc | 286 static void InsertIsaDirectory(const InstructionSet isa, std::string* filename) { in InsertIsaDirectory() 295 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 289 InstructionSet isa, in MaybePackJitMiniDebugInfo() 365 InstructionSet isa, in AddNativeDebugInfoForJit()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 63 InstructionSet isa = in Objdump() local
|