Searched refs:allocFrame (Results 1 – 4 of 4) sorted by relevance
83 void allocFrame();208 void Codec::allocFrame() { in allocFrame() function in Codec331 allocFrame(); in decodeFrame()357 codec->allocFrame(); in LLVMFuzzerTestOneInput()
83 void allocFrame();212 void Codec::allocFrame() { in allocFrame() function in Codec336 allocFrame(); in decodeFrame()362 codec->allocFrame(); in LLVMFuzzerTestOneInput()
71 void allocFrame();283 void Codec::allocFrame() { in allocFrame() function in Codec413 allocFrame(); in decodeFrame()439 codec->allocFrame(); in LLVMFuzzerTestOneInput()
4084 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine() local4193 auto frame = jit->builder->CreateCall(allocFrame, { size }); in promoteFunctionToCoroutine()