Home
last modified time | relevance | path

Searched defs:old_capacity (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dcryptstring.h118 size_t old_capacity = capacity_; in EnsureStorage() local
/external/chromium_org/native_client_sdk/src/libraries/xray/
Dhashtable.c137 int old_capacity = table->capacity; in XRayHashTableGrow() local
/external/chromium_org/content/browser/streams/
Dstream_unittest.cc72 size_t old_capacity = buffer_->capacity(); in Read() local
/external/qemu/distrib/mini-glib/src/
Dglib-mini.c562 guint old_capacity = hash_table->capacity; in _g_hash_table_resize() local
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc1714 intptr_t old_capacity, new_capacity; in TEST() local
1764 intptr_t old_capacity, new_capacity; in TEST() local
4399 intptr_t old_capacity = new_space->TotalCapacity(); in UNINITIALIZED_TEST() local
/external/chromium_org/v8/src/
Delements.cc874 uint32_t old_capacity = backing_store->length(); in SetLengthWithoutNormalize() local
Dobjects.h1908 static int NewElementsCapacity(int old_capacity) { in NewElementsCapacity()
Dobjects.cc4471 int old_capacity = 0; in NormalizeElements() local
12964 int old_capacity = 0; in ShouldConvertToSlowElements() local
Dhydrogen.cc2731 HValue* HGraphBuilder::BuildNewElementsCapacity(HValue* old_capacity) { in BuildNewElementsCapacity()