Home
last modified time | relevance | path

Searched refs:handleTy (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp4233 auto handleTy = i8PtrTy; in createCoroutine() local
4238 jit->function = rr::createFunction("coroutine_begin", handleTy, T(Params)); in createCoroutine()
4239 jit->coroutine.await = rr::createFunction("coroutine_await", boolTy, { handleTy, promisePtrTy }); in createCoroutine()
4240 jit->coroutine.destroy = rr::createFunction("coroutine_destroy", voidTy, { handleTy }); in createCoroutine()