Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache.cc89 bool inserted = translating_.insert(entry).second; in LockForTranslationUnsafe()
127 size_t num_erased = translating_.erase(entry); in SetTranslatedAndUnlock()
247 for (GuestCodeEntry* entry : translating_) { in InvalidateEntriesBeingTranslatedUnsafe()
255 translating_.clear(); in InvalidateEntriesBeingTranslatedUnsafe()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h206 ForeverSet<GuestCodeEntry*> translating_; variable