Searched refs:dst_index (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | builtins.cc | 284 int dst_index, in CopyElements() argument 291 CopyWords(dst->data_start() + dst_index, in CopyElements() 296 heap->RecordWrites(dst->address(), dst->OffsetOfElementAt(dst_index), len); in CopyElements() 304 int dst_index, in MoveElements() argument 309 memmove(dst->data_start() + dst_index, in MoveElements() 314 heap->RecordWrites(dst->address(), dst->OffsetOfElementAt(dst_index), len); in MoveElements()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 290 dst_index(a_dst_index), in State() 299 int dst_index; member 319 EXPECT_EQ(state.dst_index, s->dst_index); in StateEquals() 326 s->dst_index == state.dst_index && in StateEquals()
|