Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache.cc123 entry->host_size = code.size; in SetTranslatedAndUnlock()
173 entry->host_size = code.size; in SetWrappedAndUnlock()
239 pc < AsHostCode(reinterpret_cast<uintptr_t>(host_code) + entry->host_size)) { in SlowLookupGuestCodeEntryPCByHostPC()
251 entry->host_size = 0; // TODO(b/232598137): set true host_size? in InvalidateEntriesBeingTranslatedUnsafe()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h41 uint32_t host_size; member