HomeSort by relevance Sort by last modified time
    Searched refs:old_cell (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/common/
registry.h 144 const Cell *old_cell = FindCell(key); local
145 if (old_cell != nullptr) {
  /external/v8/src/heap/
slot-set.h 177 uint32_t old_cell = cell; local
190 uint32_t new_cell = old_cell & ~mask;
191 if (old_cell != new_cell) {
192 while (!current_bucket[i].TrySetValue(old_cell, new_cell)) {
198 old_cell = current_bucket[i].Value();
199 new_cell = old_cell & ~mask;
remembered-set.h 261 Object* old_cell = cell; local
263 if (cell != old_cell) {

Completed in 285 milliseconds