Home
last modified time | relevance | path

Searched refs:store_index (Results 1 – 7 of 7) 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/
Dobject-deserializer.cc64 uint32_t store_index = buffer->GetBackingStoreRefForDeserialization(); in CommitPostProcessedObjects() local
65 auto bs = backing_store(store_index); in CommitPostProcessedObjects()
Dcontext-deserializer.cc61 uint32_t store_index = buffer->GetBackingStoreRefForDeserialization(); in SetupOffHeapArrayBufferBackingStores() local
62 auto bs = backing_store(store_index); in SetupOffHeapArrayBufferBackingStores()
Ddeserializer.cc416 uint32_t store_index = buffer.GetBackingStoreRefForDeserialization(); in PostProcessNewObject() local
417 if (store_index != kNullRefSentinel) { in PostProcessNewObject()
421 backing_store = backing_stores_[store_index]->buffer_start(); in PostProcessNewObject()
438 uint32_t store_index = in PostProcessNewObject() local
440 auto backing_store = backing_stores_[store_index]; in PostProcessNewObject()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c284 instr->store_index[!i] != store->index) in gpir_instr_insert_store_check()
290 instr->store_index[i] != store->index) in gpir_instr_insert_store_check()
296 instr->store_index[i] != store->index) in gpir_instr_insert_store_check()
302 instr->store_index[i] != store->index) in gpir_instr_insert_store_check()
365 instr->store_index[i] = store->index; in gpir_instr_insert_store_check()
Dcodegen.c535 code->store0_addr = instr->store_index[0]; in gpir_codegen_store_slot()
544 code->store1_addr = instr->store_index[1]; in gpir_codegen_store_slot()
Dgpir.h334 int store_index[2]; member