Searched refs:old_length (Results 1 - 11 of 11) sorted by relevance

/external/v8/test/mjsunit/
H A Dstring-externalize.js59 var old_length = str1.length - twoByteExternalWithOneByteData.length;
60 for (var i = 0; i < old_length; i++) {
63 for (var i = old_length; i < str1.length; i++) {
80 old_length = str2.length - realTwoByteExternalString.length;
81 for (var i = 0; i < old_length; i++) {
84 for (var i = old_length; i < str.length; i++) {
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc73 int old_length = loca_table->GlyphLength(*old_glyph_id); local
75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
/external/v8/src/
H A Dsmall-pointer-list.h32 int old_length = list()->length(); local
34 list()->Rewind(old_length);
H A Dv8natives.js860 var old_length = length;
878 var emit_splice = %IsObserved(obj) && new_length !== old_length;
883 if (new_length < old_length)
884 removed.length = old_length - new_length;
913 new_length < old_length ? new_length : old_length,
915 new_length > old_length ? new_length - old_length : 0);
1808 var old_length = this.length;
1810 if ((typeof old_length
[all...]
H A Delements.cc875 Handle<Object> old_length(array->length(), isolate);
876 bool same_or_smaller_size = old_length->IsSmi() &&
877 static_cast<uint32_t>(Handle<Smi>::cast(old_length)->value()) >= length;
901 int old_length = FastD2IChecked(array->length()->Number()); local
902 for (int i = length; i < old_length; i++) {
1356 uint32_t old_length = static_cast<uint32_t>(array->length()->Number()); local
1357 if (new_length < old_length) {
1365 if (new_length <= number && number < old_length) {
1388 if (new_length <= number && number < old_length) {
H A Dobjects.cc8874 int old_length = string->length(); local
8875 if (old_length <= new_length) return string;
8878 old_size = SeqOneByteString::SizeFor(old_length);
8882 old_size = SeqTwoByteString::SizeFor(old_length);
9179 int old_length; local
9185 old_length = kEntriesStart;
9190 old_length = old_code_map->length();
9192 old_code_map, old_length + kEntryLength);
9196 MemsetPointer(data, isolate->heap()->the_hole_value(), old_length);
9199 new_code_map->set(old_length
11165 uint32_t old_length = 0; local
12415 uint32_t old_length = 0; local
12426 EnqueueSpliceRecord(Handle<JSArray>::cast(object), old_length, deleted, local
[all...]
/external/speex/libspeex/
H A Dresample.c558 spx_uint32_t old_length; local
560 old_length = st->filt_len;
663 } else if (st->filt_len > old_length)
677 spx_uint32_t olen = old_length;
683 olen = old_length + 2*st->magic_samples[i];
684 for (j=old_length-2+st->magic_samples[i];j>=0;j--)
708 } else if (st->filt_len < old_length)
717 st->magic_samples[i] = (old_length - st->filt_len)/2;
/external/flac/libFLAC/
H A Dmetadata_object.c1724 size_t old_length, new_length; local
1731 old_length = old? strlen(old) : 0;
1748 object->length -= old_length;
1756 size_t old_length, new_length; local
1763 old_length = old? strlen((const char *)old) : 0;
1780 object->length -= old_length;
/external/freetype/src/sfnt/
H A Dttload.c421 FT_ULong old_length = entry->Length; local
437 old_length ));
/external/v8/src/heap/
H A Dmark-compact.cc1115 int old_length = code_map->length(); local
1116 for (int i = SharedFunctionInfo::kEntriesStart; i < old_length;
1140 if (new_length < old_length) {
1141 holder->TrimOptimizedCodeMap(old_length - new_length);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 872 milliseconds