Searched refs:MachineCodeDesc (Results 1 – 19 of 19) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | machine_code.h | 35 struct MachineCodeDesc { struct 207 bool SetData(const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize); 208 bool SetText(const MachineCodeDesc &desc); 209 bool SetNonText(const MachineCodeDesc &desc, EntityId methodId); 251 … bool SetBaselineCodeData(const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize);
|
| D | machine_code.cpp | 34 static int MachineCodeCopyToCache([[maybe_unused]] const MachineCodeDesc &desc, [[maybe_unused]] ui… in MachineCodeCopyToCache() 45 bool MachineCode::SetText(const MachineCodeDesc &desc) in SetText() 74 bool MachineCode::SetNonText(const MachineCodeDesc &desc, EntityId methodId) in SetNonText() 104 bool MachineCode::SetData(const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize) in SetData() 153 bool MachineCode::SetBaselineCodeData(const MachineCodeDesc &desc, in SetBaselineCodeData()
|
| D | space.cpp | 140 MachineCodeDesc *desc = reinterpret_cast<MachineCodeDesc *>(pDesc); in AllocateFort() 176 reinterpret_cast<MachineCodeDesc *>(pDesc)->isAsyncCompileMode) { in Allocate() 177 … region = reinterpret_cast<Region *>(reinterpret_cast<MachineCodeDesc *>(pDesc)->hugeObjRegion); in Allocate()
|
| D | sparse_space.h | 267 struct MachineCodeDesc; 279 uintptr_t Allocate(size_t size, MachineCodeDesc *desc, bool allowGC = true); 281 uintptr_t PUBLIC_API JitFortAllocate(MachineCodeDesc *desc);
|
| D | jit_fort.h | 41 uintptr_t Allocate(MachineCodeDesc *desc);
|
| D | jit_fort.cpp | 87 uintptr_t JitFort::Allocate(MachineCodeDesc *desc) in Allocate()
|
| D | sparse_space.cpp | 642 uintptr_t MachineCodeSpace::JitFortAllocate(MachineCodeDesc *desc) in JitFortAllocate() 701 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate()
|
| D | heap.h | 1110 …inline TaggedObject *AllocateMachineCodeObject(JSHClass *hclass, size_t size, MachineCodeDesc *des… 1111 … inline TaggedObject *AllocateHugeMachineCodeObject(size_t size, MachineCodeDesc *desc = nullptr);
|
| D | heap-inl.h | 464 TaggedObject *Heap::AllocateHugeMachineCodeObject(size_t size, MachineCodeDesc *desc) in AllocateHugeMachineCodeObject() 477 TaggedObject *Heap::AllocateMachineCodeObject(JSHClass *hclass, size_t size, MachineCodeDesc *desc) in AllocateMachineCodeObject()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.h | 114 MachineCodeDesc &GetMachineCodeDesc() in GetMachineCodeDesc() 234 static size_t PUBLIC_API ComputePayLoadSize(MachineCodeDesc &codeDesc); 300 MachineCodeDesc codeDesc_;
|
| D | jit_task.cpp | 132 static void ComputeAlignedSizes(MachineCodeDesc &desc) in ComputeAlignedSizes() 160 size_t JitTask::ComputePayLoadSize(MachineCodeDesc &codeDesc) in ComputePayLoadSize()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.h | 84 bool CollectMemoryCodeInfos(MachineCodeDesc &codeDesc);
|
| D | baseline_compiler.cpp | 180 bool BaselineCompiler::CollectMemoryCodeInfos(MachineCodeDesc &codeDesc) in CollectMemoryCodeInfos()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | jit_compiler.cpp | 179 static ARK_INLINE bool CopyCodeToFort(MachineCodeDesc &desc) in CopyCodeToFort() 217 ARK_INLINE bool JitCompiler::AllocFromFortAndCopy(CompilationEnv &compilationEnv, MachineCodeDesc &… in AllocFromFortAndCopy()
|
| D | jit_compiler.h | 129 …static ARK_INLINE bool AllocFromFortAndCopy(CompilationEnv &compilationEnv, MachineCodeDesc &desc);
|
| D | file_generators.h | 218 bool GetMemoryCodeInfos(MachineCodeDesc &machineCodeDesc);
|
| D | file_generators.cpp | 704 bool AOTFileGenerator::GetMemoryCodeInfos(MachineCodeDesc &machineCodeDesc) in GetMemoryCodeInfos()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 572 TaggedObject *NewMachineCodeObject(size_t length, MachineCodeDesc &desc); 574 const MachineCodeDesc &desc, JSHandle<Method> &method); 575 …JSHandle<MachineCode> NewMachineCodeObject(size_t length, const MachineCodeDesc &desc, JSHandle<Me…
|
| D | object_factory.cpp | 4029 MachineCodeDesc &desc) in NewMachineCodeObject() 4039 const MachineCodeDesc &desc, JSHandle<Method> &method) in NewMachineCodeObject() 4049 const MachineCodeDesc &desc, JSHandle<Method> &method) in SetMachineCodeObjectData()
|