Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtable_of_tables.h119 void __attribute__((noinline)) AllocateIfNecessary(uint32_t high_word) { in AllocateIfNecessary() argument
121 if (main_table_[high_word] != default_table_) { in AllocateIfNecessary()
127 if (main_table_[high_word] == default_table_) { in AllocateIfNecessary()
133 main_table_[high_word] = tmp; in AllocateIfNecessary()