Home
last modified time | relevance | path

Searched refs:dst_index (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.c684 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/
Delements.cc766 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/
Dsimulator-a64.h1696 int dst_index,
1701 int dst_index,
1743 int dst_index,
1911 int dst_index,
Dlogic-a64.cc1350 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/
Dinterpreter.cc385 Node* dst_index = __ BytecodeOperandReg(1); in DoMov() local
386 __ StoreRegister(src_value, dst_index); in DoMov()
/external/v8/src/heap/
Dheap.cc1092 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()
Dheap.h672 void MoveElements(FixedArray* array, int dst_index, int src_index, int len);
/external/v8/src/crankshaft/
Dhydrogen.cc2519 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); in BuildCopySeqStringChars() local
2520 Add<HSeqStringSetChar>(dst_encoding, dst, dst_index, value); in BuildCopySeqStringChars()