/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 48 static constexpr size_t GetCalleeSaveFrameSize(InstructionSet isa, Runtime::CalleeSaveType type) { in GetCalleeSaveFrameSize() 60 static constexpr size_t GetConstExprPointerSize(InstructionSet isa) { in GetConstExprPointerSize() 72 static constexpr size_t GetCalleeSavePCOffset(InstructionSet isa, Runtime::CalleeSaveType type) { in GetCalleeSavePCOffset()
|
D | quick_trampoline_entrypoints_test.cc | 28 static mirror::ArtMethod* CreateCalleeSaveMethod(InstructionSet isa, in CreateCalleeSaveMethod() 45 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size) in CheckFrameSize() 54 static void CheckPCOffset(InstructionSet isa, Runtime::CalleeSaveType type, size_t pc_offset) in CheckPCOffset() 71 #define CHECK_FRAME_SIZE(isa) \ in TEST_F() argument
|
/art/runtime/ |
D | instruction_set.cc | 21 const char* GetInstructionSetString(const InstructionSet isa) { in GetInstructionSetString() 60 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() 92 size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes()
|
D | instruction_set.h | 82 static inline size_t GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() 107 static inline bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() 128 static inline size_t InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() 132 static inline size_t GetBytesPerGprSpillLocation(InstructionSet isa) { in GetBytesPerGprSpillLocation() 155 static inline size_t GetBytesPerFprSpillLocation(InstructionSet isa) { in GetBytesPerFprSpillLocation()
|
D | stack.h | 673 size_t frame_size, int reg, InstructionSet isa) { in GetVRegOffset() 706 static int GetOutVROffset(uint16_t out_num, InstructionSet isa) { in GetOutVROffset()
|
D | utils.cc | 1279 static void InsertIsaDirectory(const InstructionSet isa, std::string* filename) { in InsertIsaDirectory() 1288 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename() 1296 std::string DexFilenameToOdexFilename(const std::string& location, const InstructionSet isa) { in DexFilenameToOdexFilename()
|
D | class_linker.cc | 1201 InstructionSet isa, in FindOatFileContainingDexFileFromDexLocation() 1248 InstructionSet isa, in OpenOatFileFromDexLocation() 1412 InstructionSet isa, in GetInterpretedOnlyOat() 1432 InstructionSet isa, in PatchAndRetrieveOat() 1501 bool ClassLinker::CheckOatFile(const Runtime* runtime, const OatFile* oat_file, InstructionSet isa, in CheckOatFile()
|
D | runtime.cc | 530 void Runtime::DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa) { in DidForkFromZygote()
|
/art/compiler/utils/ |
D | stack_checks.h | 37 static inline bool FrameNeedsStackCheck(size_t size, InstructionSet isa) { in FrameNeedsStackCheck()
|
/art/patchoat/ |
D | patchoat.h | 64 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, in PatchOat() 68 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
|
D | patchoat.cc | 52 static InstructionSet ElfISAToInstructionSet(Elf32_Word isa) { in ElfISAToInstructionSet() 69 static bool LocationToFilename(const std::string& location, InstructionSet isa, in LocationToFilename() 112 File* output_image, InstructionSet isa, in Patch() 195 File* output_oat, File* output_image, InstructionSet isa, in Patch() 933 InstructionSet isa = kNone; in patchoat() local
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 160 const std::vector<uint8_t>* CreateTrampoline64(InstructionSet isa, EntryPointCallingConvention abi, in CreateTrampoline64() 173 const std::vector<uint8_t>* CreateTrampoline32(InstructionSet isa, EntryPointCallingConvention abi, in CreateTrampoline32()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 121 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str()); in ZygoteHooks_nativePostForkChild() local
|
D | dalvik_system_VMRuntime.cc | 163 InstructionSet isa = Runtime::Current()->GetInstructionSet(); in VMRuntime_vmInstructionSet() local 530 InstructionSet isa = GetInstructionSetFromString(instruction_set.c_str()); in VMRuntime_isBootClassPathOnDisk() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 78 static void PruneDalvikCache(InstructionSet isa) { in PruneDalvikCache() 124 static void MarkZygoteStart(const InstructionSet isa) { in MarkZygoteStart() 252 InstructionSet isa, std::string* error_msg) { in RelocateImage()
|
/art/runtime/arch/ |
D | arch_test.cc | 27 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size) in CheckFrameSize()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 221 InstructionSet isa = cu_->target64 ? kX86_64 : kX86; in GenEntrySequence() local
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 212 const char* app_code_cache_dir, const char* isa) { in native_bridge_initialize()
|
/art/compiler/ |
D | elf_writer_quick.cc | 831 void ElfWriterQuick::ElfBuilder::SetISA(InstructionSet isa) { in SetISA()
|