Searched refs:SetWrappedAndUnlock (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/binary_translation/runtime_primitives/ |
D | host_function_wrapper_impl.cc | 52 cache->SetWrappedAndUnlock( in MakeTrampolineCallable()
|
D | translation_cache_test.cc | 108 tc.SetWrappedAndUnlock(pc, entry, kWrappedHostFunc, {kEntryNoExec, 0}); in TEST() 134 tc->SetWrappedAndUnlock(pc, entry, kWrappedHostFunc, {kHostCodeStub, 0}); in TestWrappingWorker() 350 tc->SetWrappedAndUnlock(pc, entry, kWrappedHostFunc, {host_code, 0}); in Wrap() 377 tc.SetWrappedAndUnlock(pc, entry, kWrappedHostFunc, {kEntryNoExec, 0}); in TEST()
|
D | translation_cache.cc | 150 void TranslationCache::SetWrappedAndUnlock(GuestAddr pc, in SetWrappedAndUnlock() function in berberis::TranslationCache
|
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/ |
D | translation_cache.h | 147 void SetWrappedAndUnlock(GuestAddr pc,
|