Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMJIT.cpp492 static void *coroutine_alloc_frame(size_t size) { return alignedAlloc(size, 16); } in coroutine_alloc_frame() function in __anonc2fb15830111::ExternalSymbolGenerator
586 functions.try_emplace("coroutine_alloc_frame", reinterpret_cast<void *>(coroutine_alloc_frame)); in Resolver()