Home
last modified time | relevance | path

Searched refs:AllocaCodeSection (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp48 return state.AllocaCodeSection(size, sectionName.c_str()); in AllocateCodeSection()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h65 uint8_t *AllocaCodeSection(uintptr_t size, const char *sectionName);
Dllvm_codegen.cpp148 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection() function in panda::ecmascript::kungfu::CodeInfo
307 return state.AllocaCodeSection(size, sectionName); in RoundTripAllocateCodeSection()