Searched refs:AllocaCodeSection (Results 1 – 2 of 2) sorted by relevance
80 uint8_t *AllocaCodeSection(uintptr_t size, const char *sectionName);
148 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection() function in panda::ecmascript::kungfu::CodeInfo247 return state.AllocaCodeSection(size, sectionName); in RoundTripAllocateCodeSection()