Searched refs:store_index (Results 1 – 7 of 7) 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
64 uint32_t store_index = buffer->GetBackingStoreRefForDeserialization(); in CommitPostProcessedObjects() local65 auto bs = backing_store(store_index); in CommitPostProcessedObjects()
61 uint32_t store_index = buffer->GetBackingStoreRefForDeserialization(); in SetupOffHeapArrayBufferBackingStores() local62 auto bs = backing_store(store_index); in SetupOffHeapArrayBufferBackingStores()
416 uint32_t store_index = buffer.GetBackingStoreRefForDeserialization(); in PostProcessNewObject() local417 if (store_index != kNullRefSentinel) { in PostProcessNewObject()421 backing_store = backing_stores_[store_index]->buffer_start(); in PostProcessNewObject()438 uint32_t store_index = in PostProcessNewObject() local440 auto backing_store = backing_stores_[store_index]; in PostProcessNewObject()
284 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()
535 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()
334 int store_index[2]; member