HomeSort by relevance Sort by last modified time
    Searched defs:insertion_index (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
transitions.cc 99 int insertion_index = map->transitions()->Search(*name); local
100 if (insertion_index == kNotFound) ++new_size;
116 insertion_index = array->Search(*name);
117 if (insertion_index == kNotFound) ++new_size;
126 if (insertion_index != kNotFound) {
128 if (i != insertion_index) {
132 result->NoIncrementalWriteBarrierSet(insertion_index, *name, *target);
137 insertion_index = 0;
138 for (; insertion_index < number_of_transitions; ++insertion_index) {
    [all...]
objects.cc 13820 uint32_t insertion_index = local
    [all...]

Completed in 84 milliseconds