Home
last modified time | relevance | path

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

/external/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/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()