Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h80 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
247 return state.AllocaCodeSection(size, sectionName); in RoundTripAllocateCodeSection()