Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h30 typedef uint8_t *(CodeInfo::*AllocaSectionCallback)(uintptr_t size, size_t alignSize); typedef
84 uint8_t *AllocaCodeSectionImp(uintptr_t size, const char *sectionName, AllocaSectionCallback allocaInReqSecBuffer);
90 uint8_t *AllocaDataSectionImp(uintptr_t size, const char *sectionName, AllocaSectionCallback allocaInReqSecBuffer,
91 AllocaSectionCallback allocaInNotReqSecBuffer);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp179 AllocaSectionCallback allocaInReqSecBuffer) in AllocaCodeSectionImp()
211 AllocaSectionCallback allocaInReqSecBuffer, in AllocaDataSectionImp()
212 AllocaSectionCallback allocaInNotReqSecBuffer) in AllocaDataSectionImp()

Completed in 3 milliseconds