Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.h63 void deallocateContext(char *addr);
DContextManager.cpp145 void ContextManager::deallocateContext(char *addr) { in deallocateContext() function in bcc::ContextManager
/frameworks/compile/libbcc/lib/ExecutionEngine/
DScriptCached.cpp37 ContextManager::get().deallocateContext(mContext); in ~ScriptCached()
DScriptCompiled.cpp31 ContextManager::get().deallocateContext(mContext); in ~ScriptCompiled()