Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc254 std::atomic<GuestLoader*> g_guest_loader_instance; variable
261 delete g_guest_loader_instance.load(); in ~GuestLoader()
268 CHECK_EQ(g_guest_loader_instance.load(), nullptr); in CreateInstance()
339 g_guest_loader_instance = instance.release(); in CreateInstance()
340 return g_guest_loader_instance.load(); in CreateInstance()
344 CHECK_NE(g_guest_loader_instance.load(), nullptr); in GetInstance()
345 return g_guest_loader_instance.load(); in GetInstance()