Home
last modified time | relevance | path

Searched refs:CodeSpace (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h32 class CodeSpace { class
34 static CodeSpace *GetInstance();
39 CodeSpace();
40 ~CodeSpace();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp81 CodeInfo::CodeSpace *CodeInfo::CodeSpace::GetInstance() in GetInstance()
83 static CodeSpace *codeSpace = new CodeSpace(); in GetInstance()
87 CodeInfo::CodeSpace::CodeSpace() in CodeSpace() function in panda::ecmascript::kungfu::CodeInfo::CodeSpace
101 CodeInfo::CodeSpace::~CodeSpace() in ~CodeSpace()
115 uint8_t *CodeInfo::CodeSpace::Alloca(uintptr_t size, bool isReq, size_t alignSize) in Alloca()
170 return CodeSpace in AllocaInReqSecBuffer()
[all...]

Completed in 2 milliseconds