Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h114 auto host_code_ptr = GetHostCodePtrWritable(pc); in SetStop() local
115 if (host_code_ptr->compare_exchange_strong(expected, kEntryStop)) { in SetStop()
192 std::atomic<HostCode>* host_code_ptr,
/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache.cc41 auto* host_code_ptr = GetHostCodePtrWritable(pc); in AddAndLockForTranslation() local
44 host_code_ptr, in AddAndLockForTranslation()
189 std::atomic<HostCode>* host_code_ptr, in AddUnsafe() argument
195 std::pair{pc, GuestCodeEntry{host_code_ptr, host_code_piece.size, guest_size, kind, 0}}); in AddUnsafe()
198 host_code_ptr->store(host_code_piece.code); in AddUnsafe()