Searched refs:high_word (Results 1 – 1 of 1) sorted by relevance
119 void __attribute__((noinline)) AllocateIfNecessary(uint32_t high_word) { in AllocateIfNecessary() argument121 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()