Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/turtledemo/
Dsorting_animate.py106 store_index = left
109 shelf.insert(store_index, shelf.pop(i))
110 store_index = store_index + 1
111 shelf.insert(store_index, shelf.pop(right)) # move pivot to correct position
112 return store_index
/external/v8/src/snapshot/
Ddeserializer.cc245 Smi* store_index = reinterpret_cast<Smi*>(buffer->backing_store()); in PostProcessNewObject() local
246 void* backing_store = off_heap_backing_stores_[store_index->value()]; in PostProcessNewObject()
255 Smi* store_index = reinterpret_cast<Smi*>(fta->external_pointer()); in PostProcessNewObject() local
256 void* backing_store = off_heap_backing_stores_[store_index->value()]; in PostProcessNewObject()