Searched refs:source_index (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dd8.cc456 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); local
458 = i::NativesCollection<i::D8>::GetScriptSource(source_index);
460 = i::NativesCollection<i::D8>::GetScriptName(source_index);
/external/chromium/net/base/
H A Dsdch_filter_unittest.cc116 size_t source_index = 0; local
122 int copy_amount = std::min(input_amount, source.size() - source_index);
124 memcpy(filter->stream_buffer()->data(), source.data() + source_index,
127 source_index += copy_amount;

Completed in 48 milliseconds