Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h115 if (host_code_ptr->compare_exchange_strong(expected, kEntryStop)) { in SetStop()
118 return expected == kEntryStop; in SetStop()
Druntime_library.h51 inline const auto kEntryStop = AsHostCode(berberis_entry_Stop); variable
/frameworks/libs/binary_translation/runtime/
Dexecute_guest.cc53 if (code == kEntryStop) { in ExecuteGuest()