Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dcode_pool.cc47 static CodePool<ExecRegionAnonymousFactory> g_code_pool; in GetDefaultCodePoolInstance() local
48 return &g_code_pool; in GetDefaultCodePoolInstance()
53 static CodePool<ExecRegionElfBackedFactory> g_code_pool; in GetFunctionWrapperCodePoolInstance() local
54 return &g_code_pool; in GetFunctionWrapperCodePoolInstance()