Home
last modified time | relevance | path

Searched defs:codeSpace (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp68 void *codeSpace, MemoryManagerAllocateDataSectionCallback dataSectionAllocator, in SetupLiteCGEmitMemoryManager()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp117 uint8 *codeSpace = emitMemorymanager.allocateDataSection(emitMemorymanager.codeSpace, in WriteObjFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h88 void *codeSpace; member
143 …void SetupEmitMemoryManager(void *codeSpace, MemoryManagerAllocateDataSectionCallback allocateData… in SetupEmitMemoryManager()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp74 static CodeSpace *codeSpace = new CodeSpace(); in GetInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp950 uint8 *codeSpace = emitMemoryManager.allocateDataSection(emitMemoryManager.codeSpace, in WriteElfFile() local