Searched refs:allocFrame (Results 1 – 6 of 6) sorted by relevance
83 void allocFrame();209 void Codec::allocFrame() { in allocFrame() function in Codec329 allocFrame(); in decodeFrame()355 codec->allocFrame(); in LLVMFuzzerTestOneInput()
82 WORD32 allocFrame();192 WORD32 Codec::allocFrame() in allocFrame() function in Codec350 allocFrame(); in decodeFrame()387 ret = cCodec.allocFrame(); in LLVMFuzzerTestOneInput()
108 void allocFrame();265 void Codec::allocFrame() in allocFrame() function in Codec401 allocFrame(); in decodeFrame()433 codec->allocFrame(); in LLVMFuzzerTestOneInput()
83 void allocFrame();213 void Codec::allocFrame() { in allocFrame() function in Codec340 allocFrame(); in decodeFrame()366 codec->allocFrame(); in LLVMFuzzerTestOneInput()
71 void allocFrame();287 void Codec::allocFrame() { in allocFrame() function in Codec420 allocFrame(); in decodeFrame()446 codec->allocFrame(); in LLVMFuzzerTestOneInput()
3871 auto allocFrame = jit->module->getOrInsertFunction("coroutine_alloc_frame", allocFrameTy); in promoteFunctionToCoroutine() local3980 auto frame = jit->builder->CreateCall(allocFrame, { size }); in promoteFunctionToCoroutine()