Home
last modified time | relevance | path

Searched defs:new_length (Results 1 – 25 of 45) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c277 uint32_t new_length = index + 1; in ecma_fast_array_set_property() local
324 uint32_t new_length) /**< new length of the fast access mode array */ in ecma_fast_array_extend()
410uint32_t new_length) /**< new length of the fast access mode array */ in ecma_delete_fast_array_properties()
475uint32_t new_length) /**< new length of the fast access mode array object*/ in ecma_fast_array_set_length()
791 uint32_t new_length, /**< new length */ in ecma_delete_array_properties()
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp139 size_t new_length = name_length; in recursion() local
199 size_t new_length = name_length; in recursion() local
Dgl_nir_link_varyings.c78 size_t new_length = name_length; in create_xfb_varying_names() local
88 size_t new_length = name_length; in create_xfb_varying_names() local
100 size_t new_length = name_length; in create_xfb_varying_names() local
1768 size_t new_length = name_length; in tfeedback_candidate_generator() local
1787 size_t new_length = name_length; in tfeedback_candidate_generator() local
Dlink_uniform_blocks.cpp247 size_t new_length = name_length; in process_block_array() local
Dgl_nir_link_uniforms.c929 size_t new_length = name_length; in find_and_update_named_uniform_storage() local
1254 size_t new_length = name_length; in nir_link_uniform() local
/third_party/node/deps/v8/src/objects/
Djs-array-inl.h42 bool JSArray::SetLengthWouldNormalize(Heap* heap, uint32_t new_length) { in SetLengthWouldNormalize()
Dobjects.cc4007 int new_length) { in ShrinkOrEmpty()
4016 void FixedArray::Shrink(Isolate* isolate, int new_length) { in Shrink()
4168 int new_length = 0; in Append() local
4216 int new_length = 0; in Compact() local
4357 int new_length = kFirstIndex + array->CountLiveWeakReferences(); in Compact() local
5125 int new_length = old_length + 1; in FindWebSnapshotSharedFunctionInfo() local
5164 Maybe<bool> JSArray::SetLength(Handle<JSArray> array, uint32_t new_length) { in SetLength()
5241 bool JSArray::SetLengthWouldNormalize(uint32_t new_length) { in SetLengthWouldNormalize()
/third_party/node/deps/v8/src/deoptimizer/
Dmaterialized-object-store.cc72 int new_length = length > 10 ? length : 10; in EnsureStackEntries() local
/third_party/node/deps/v8/src/utils/
Dbit-vector.h144 void Resize(int new_length, Zone* zone) { in Resize()
369 int new_length = in EnsureCapacity() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc392 uint32_t new_length; in BUILTIN() local
430 Handle<Object> new_length = isolate->factory()->NewNumber(length - 1); in GenericArrayPop() local
481 uint32_t new_length = len - 1; in BUILTIN() local
568 Handle<String> new_length = isolate->factory()->NumberToString( in GenericArrayShift() local
637 uint32_t new_length; in BUILTIN() local
Dbuiltins-arraybuffer.cc367 Handle<Object> new_length = args.at(1); in ResizeHelper() local
Dbuiltins-array-gen.cc283 TNode<IntPtrT> new_length = IntPtrSub(length, IntPtrConstant(1)); in TF_BUILTIN() local
368 TNode<Smi> new_length = in TF_BUILTIN() local
405 TNode<Smi> new_length = BuildAppendJSArray( in TF_BUILTIN() local
412 TNode<Smi> new_length = in TF_BUILTIN() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h637 size_t new_length) const { in CopyToEndFrom()
648 size_t new_length) const { in CopyBeginTo()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c217 unsigned new_length, i; in lp_build_concat() local
937 unsigned new_length = src_type.length / size_ratio; in lp_build_resize() local
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc132 int new_length = length; in EnsureCapacity() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dentropy_encode.c416 size_t new_length = length; in BrotliWriteHuffmanTree() local
/third_party/node/deps/brotli/c/enc/
Dentropy_encode.c416 size_t new_length = length; in BrotliWriteHuffmanTree() local
/third_party/vulkan-loader/loader/
Dloader_environment.c203 size_t *new_length) { in determine_filter_type()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c237 uint32_t new_length = 0; in ecma_builtin_array_prototype_object_concat() local
497 uint32_t new_length = length + arguments_number; in ecma_builtin_array_prototype_object_push() local
1559 uint32_t new_length = len + args_number; in ecma_builtin_array_prototype_object_unshift() local
/third_party/mesa3d/src/util/
Dralloc.c505 size_t new_length; in ralloc_vasprintf_rewrite_tail() local
841 size_t new_length; in linear_vasprintf_rewrite_tail() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftrfork.c870 size_t new_length; in raccess_make_file_name() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc337 unsigned int length, new_length, name_str_len; in _hb_rename_font() local
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c127 size_t new_length = MAX2(16, list->array_length * 2); in anv_reloc_list_grow() local
160 uint32_t new_length = MAX2(32, list->dep_words * 2); in anv_reloc_list_grow_deps() local
/third_party/libcoap/src/
Dcoap_pdu.c665 size_t new_length = 0; in coap_update_option() local
/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-peephole.cc28 int new_length; member

12