Searched refs:dst_index (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow.c | 684 unsigned int dst_index, in get_readers_for_single_write() argument 699 d->DstIndex = dst_index; in get_readers_for_single_write()
|
/external/v8/src/ |
D | elements.cc | 766 uint32_t dst_index, int copy_size) { in ConvertElementsWithCapacity() argument 781 from_kind, dst_index, packed_size, copy_size); in ConvertElementsWithCapacity() 1712 Handle<FixedArrayBase> backing_store, int dst_index, in MoveElements() argument 1717 if (heap->CanMoveObjectStart(*dst_elms) && dst_index == 0) { in MoveElements() 1728 MemMove(dst_elms->data_start() + dst_index, in MoveElements() 1732 heap->MoveElements(FixedArray::cast(*dst_elms), dst_index, src_index, in MoveElements() 1851 uint32_t dst_index) { in CopyArguments() argument 1859 Subclass::SetImpl(raw_backing_store, dst_index + i, argument, mode); in CopyArguments()
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.h | 1696 int dst_index, 1701 int dst_index, 1743 int dst_index, 1911 int dst_index,
|
D | logic-a64.cc | 1350 int dst_index, in sminmaxp() argument 1362 dst.SetInt(vform, dst_index + (i >> 1), dst_val); in sminmaxp() 1529 int dst_index, in uminmaxp() argument 1541 dst.SetUint(vform, dst_index + (i >> 1), dst_val); in uminmaxp() 2382 int dst_index, in ins_element() argument 2385 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); in ins_element() 2392 int dst_index, in ins_immediate() argument 2395 dst.SetUint(vform, dst_index, value); in ins_immediate()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 385 Node* dst_index = __ BytecodeOperandReg(1); in DoMov() local 386 __ StoreRegister(src_value, dst_index); in DoMov()
|
/external/v8/src/heap/ |
D | heap.cc | 1092 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index, in MoveElements() argument 1097 Object** dst_objects = array->data_start() + dst_index; in MoveElements() 1099 FIXED_ARRAY_ELEMENTS_WRITE_BARRIER(this, array, dst_index, len); in MoveElements()
|
D | heap.h | 672 void MoveElements(FixedArray* array, int dst_index, int src_index, int len);
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 2519 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); in BuildCopySeqStringChars() local 2520 Add<HSeqStringSetChar>(dst_encoding, dst, dst_index, value); in BuildCopySeqStringChars()
|