Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2784 int fetch_count = num_objects_to_move[cl]; in FetchFromCentralCache() local
2786 central_cache[cl].RemoveRange(&start, &end, &fetch_count); in FetchFromCentralCache()
2787 list_[cl].PushRange(fetch_count, start, end); in FetchFromCentralCache()
2788 size_ += allocationSize * fetch_count; in FetchFromCentralCache()