Home
last modified time | relevance | path

Searched refs:insertion_index (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dtransitions.cc99 int insertion_index = map->transitions()->Search(*name); in CopyInsert() local
100 if (insertion_index == kNotFound) ++new_size; in CopyInsert()
116 insertion_index = array->Search(*name); in CopyInsert()
117 if (insertion_index == kNotFound) ++new_size; in CopyInsert()
126 if (insertion_index != kNotFound) { in CopyInsert()
128 if (i != insertion_index) { in CopyInsert()
132 result->NoIncrementalWriteBarrierSet(insertion_index, *name, *target); in CopyInsert()
137 insertion_index = 0; in CopyInsert()
138 for (; insertion_index < number_of_transitions; ++insertion_index) { in CopyInsert()
139 if (InsertionPointFound(array->GetKey(insertion_index), *name)) break; in CopyInsert()
[all …]
Dobjects.cc6998 int insertion_index, in CopyReplaceDescriptor() argument
7004 DCHECK(*key == descriptors->GetKey(insertion_index)); in CopyReplaceDescriptor()
7009 new_descriptors->Replace(insertion_index, descriptor); in CopyReplaceDescriptor()
7012 (insertion_index == descriptors->number_of_descriptors() - 1) in CopyReplaceDescriptor()
13820 uint32_t insertion_index = in Rehash() local
13823 new_table->set(insertion_index + j, get(from_index + j), mode); in Rehash()
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Dgflags_validators.py68 self.insertion_index = Validator.validators_count
Dgflags.py1088 validators, key=lambda validator: validator.insertion_index):
/external/skia/src/core/
DSkGlyphCache.cpp142 void SkGlyphCache::adjustCaches(int insertion_index) { in adjustCaches() argument
144 if (fGlyphHash[i] >= SkToU16(insertion_index)) { in adjustCaches()
150 if (fCharToGlyphHash[i].fGlyphIndex >= SkToU16(insertion_index)) { in adjustCaches()
DSkGlyphCache.h233 void adjustCaches(int insertion_index);