Searched refs:store_index (Results 1 – 2 of 2) sorted by relevance
106 store_index = left109 shelf.insert(store_index, shelf.pop(i))110 store_index = store_index + 1111 shelf.insert(store_index, shelf.pop(right)) # move pivot to correct position112 return store_index
245 Smi* store_index = reinterpret_cast<Smi*>(buffer->backing_store()); in PostProcessNewObject() local246 void* backing_store = off_heap_backing_stores_[store_index->value()]; in PostProcessNewObject()255 Smi* store_index = reinterpret_cast<Smi*>(fta->external_pointer()); in PostProcessNewObject() local256 void* backing_store = off_heap_backing_stores_[store_index->value()]; in PostProcessNewObject()