Home
last modified time | relevance | path

Searched refs:add_length (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dkey-accumulator.cc195 int add_length = array->length(); in AddKeys() local
196 if (add_length == 0) return; in AddKeys()
197 for (int i = 0; i < add_length; i++) { in AddKeys()
Delements.cc896 uint32_t add_length = in AddElementsToKeyAccumulator() local
898 if (add_length == 0) return; in AddElementsToKeyAccumulator()
900 for (uint32_t i = 0; i < add_length; i++) { in AddElementsToKeyAccumulator()