Home
last modified time | relevance | path

Searched refs:MachineCodeDesc (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h35 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);
Dmachine_code.cpp34 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()
Dspace.cpp140 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()
Dsparse_space.h267 struct MachineCodeDesc;
279 uintptr_t Allocate(size_t size, MachineCodeDesc *desc, bool allowGC = true);
281 uintptr_t PUBLIC_API JitFortAllocate(MachineCodeDesc *desc);
Djit_fort.h41 uintptr_t Allocate(MachineCodeDesc *desc);
Djit_fort.cpp87 uintptr_t JitFort::Allocate(MachineCodeDesc *desc) in Allocate()
Dsparse_space.cpp642 uintptr_t MachineCodeSpace::JitFortAllocate(MachineCodeDesc *desc) in JitFortAllocate()
701 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate()
Dheap.h1110 …inline TaggedObject *AllocateMachineCodeObject(JSHClass *hclass, size_t size, MachineCodeDesc *des…
1111 … inline TaggedObject *AllocateHugeMachineCodeObject(size_t size, MachineCodeDesc *desc = nullptr);
Dheap-inl.h464 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/
Djit_task.h114 MachineCodeDesc &GetMachineCodeDesc() in GetMachineCodeDesc()
234 static size_t PUBLIC_API ComputePayLoadSize(MachineCodeDesc &codeDesc);
300 MachineCodeDesc codeDesc_;
Djit_task.cpp132 static void ComputeAlignedSizes(MachineCodeDesc &desc) in ComputeAlignedSizes()
160 size_t JitTask::ComputePayLoadSize(MachineCodeDesc &codeDesc) in ComputePayLoadSize()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.h84 bool CollectMemoryCodeInfos(MachineCodeDesc &codeDesc);
Dbaseline_compiler.cpp180 bool BaselineCompiler::CollectMemoryCodeInfos(MachineCodeDesc &codeDesc) in CollectMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compiler.cpp179 static ARK_INLINE bool CopyCodeToFort(MachineCodeDesc &desc) in CopyCodeToFort()
217 ARK_INLINE bool JitCompiler::AllocFromFortAndCopy(CompilationEnv &compilationEnv, MachineCodeDesc &… in AllocFromFortAndCopy()
Djit_compiler.h129 …static ARK_INLINE bool AllocFromFortAndCopy(CompilationEnv &compilationEnv, MachineCodeDesc &desc);
Dfile_generators.h218 bool GetMemoryCodeInfos(MachineCodeDesc &machineCodeDesc);
Dfile_generators.cpp704 bool AOTFileGenerator::GetMemoryCodeInfos(MachineCodeDesc &machineCodeDesc) in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h572 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…
Dobject_factory.cpp4029 MachineCodeDesc &desc) in NewMachineCodeObject()
4039 const MachineCodeDesc &desc, JSHandle<Method> &method) in NewMachineCodeObject()
4049 const MachineCodeDesc &desc, JSHandle<Method> &method) in SetMachineCodeObjectData()