Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache.cc100 CHECK(kind != GuestCodeEntry::Kind::kHostWrapped); in SetTranslatedAndUnlock()
175 is_host_func ? GuestCodeEntry::Kind::kHostWrapped : GuestCodeEntry::Kind::kGuestWrapped; in SetWrappedAndUnlock()
183 return entry->kind == GuestCodeEntry::Kind::kHostWrapped; in IsHostFunctionWrapped()
Dtranslation_cache_test.cc110 ASSERT_EQ(entry->kind, GuestCodeEntry::Kind::kHostWrapped); in TEST()
136 EXPECT_EQ(entry->kind, GuestCodeEntry::Kind::kHostWrapped); in TestWrappingWorker()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h52 kHostWrapped, enumerator