Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dcallee_save_frame.h48 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()
Dquick_trampoline_entrypoints_test.cc28 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/
Dinstruction_set.cc21 const char* GetInstructionSetString(const InstructionSet isa) { in GetInstructionSetString()
60 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment()
92 size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes()
Dinstruction_set.h82 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()
Dstack.h673 size_t frame_size, int reg, InstructionSet isa) { in GetVRegOffset()
706 static int GetOutVROffset(uint16_t out_num, InstructionSet isa) { in GetOutVROffset()
Dutils.cc1279 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()
Dclass_linker.cc1201 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()
Druntime.cc530 void Runtime::DidForkFromZygote(JNIEnv* env, NativeBridgeAction action, const char* isa) { in DidForkFromZygote()
/art/compiler/utils/
Dstack_checks.h37 static inline bool FrameNeedsStackCheck(size_t size, InstructionSet isa) { in FrameNeedsStackCheck()
/art/patchoat/
Dpatchoat.h64 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, in PatchOat()
68 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
Dpatchoat.cc52 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/
Dtrampoline_compiler.cc160 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/
Ddalvik_system_ZygoteHooks.cc121 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str()); in ZygoteHooks_nativePostForkChild() local
Ddalvik_system_VMRuntime.cc163 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/
Dimage_space.cc78 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/
Darch_test.cc27 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size) in CheckFrameSize()
/art/compiler/dex/quick/x86/
Dcall_x86.cc221 InstructionSet isa = cu_->target64 ? kX86_64 : kX86; in GenEntrySequence() local
/art/test/115-native-bridge/
Dnativebridge.cc212 const char* app_code_cache_dir, const char* isa) { in native_bridge_initialize()
/art/compiler/
Delf_writer_quick.cc831 void ElfWriterQuick::ElfBuilder::SetISA(InstructionSet isa) { in SetISA()