Searched refs:AllocaDataSection (Results 1 – 2 of 2) sorted by relevance
82 uint8_t *AllocaDataSection(uintptr_t size, const char *sectionName);
169 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection() function in panda::ecmascript::kungfu::CodeInfo255 return state.AllocaDataSection(size, sectionName); in RoundTripAllocateDataSection()