Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp114 uint8_t *FunctionBody4 = MemMgr->startFunctionBody(F4.get(), size); in TEST() local
116 memset(FunctionBody4, 0xFF, smallFuncSize); in TEST()
117 MemMgr->endFunctionBody(F4.get(), FunctionBody4, in TEST()
118 FunctionBody4 + smallFuncSize); in TEST()
147 MemMgr->deallocateFunctionBody(FunctionBody4); in TEST()