Searched refs:AllocaCodeSection (Results 1 – 3 of 3) sorted by relevance
48 return state.AllocaCodeSection(size, sectionName.c_str()); in AllocateCodeSection()
65 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::CodeInfo307 return state.AllocaCodeSection(size, sectionName); in RoundTripAllocateCodeSection()