Home
last modified time | relevance | path

Searched defs:host_code (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dtranslation_cache_test.cc140 auto host_code = tc->GetHostCodePtr(pc)->load(); in TestWrappingWorker() local
170 auto host_code = tc->GetHostCodePtr(pc)->load(); in TestTranslationWorker() local
223 const auto host_code = AsHostCode(0xdeadbeef); in TEST() local
242 const auto host_code = AsHostCode(0xdeadbeef); in TEST() local
263 const auto host_code = AsHostCode(0xdeadbeef); in TEST() local
281 bool Translate(TranslationCache* tc, GuestAddr pc, uint32_t size, HostCode host_code) { in Translate()
293 const auto host_code = AsHostCode(0xdeadbeef); in TEST() local
326 const auto host_code = AsHostCode(0xdeadbeef); in TEST() local
345 bool Wrap(TranslationCache* tc, GuestAddr pc, HostCode host_code) { in Wrap()
Dcode_pool_test.cc88 auto host_code = code_pool.Add(&machine_code); in TEST() local
100 auto host_code = code_pool.Add(&machine_code); in TEST() local
Dtranslation_cache.cc237 auto host_code = entry->host_code->load(); in SlowLookupGuestCodeEntryPCByHostPC() local
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h37 std::atomic<HostCode>* const host_code; member
/frameworks/libs/binary_translation/runtime/
Dtranslator_riscv64.cc118 HostCode host_code = GetDefaultCodePoolInstance()->Add(machine_code); in InstallTranslated() local