Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dqueue.cc32 pages_ = new struct page_entry[q_size_]; in PageEntryQueue()
40 delete[] pages_; in ~PageEntryQueue()
56 pages_[nextin_] = *pe; in Push()
101 tmp = pages_[nextout_]; in PopRandom()
102 pages_[nextout_] = pages_[newindex]; in PopRandom()
103 pages_[newindex] = tmp; in PopRandom()
107 *pe = pages_[nextout_]; in PopRandom()
Dfinelock_queue.cc40 pages_ = new struct page_entry[q_size_]; in FineLockPEQueue()
154 delete[] pages_; in ~FineLockPEQueue()
177 uint32 readcount = pages_[i].touch; in QueueAnalysis()
275 uint64 page_addr = pages_[i].paddr; in GetPageFromPhysical()
278 *pe = pages_[i]; in GetPageFromPhysical()
351 if (!(pred_func)(&pages_[index])) in GetRandomWithPredicateTag()
355 if ((tag != kDontCareTag) && !(pages_[index].tag & tag)) in GetRandomWithPredicateTag()
361 if (!(pred_func)(&pages_[index])) { in GetRandomWithPredicateTag()
366 *pe = pages_[index]; in GetRandomWithPredicateTag()
428 pages_[index] = *pe; in PutEmpty()
[all …]
Dsat.cc396 freepages_ = pages_ / 5 * 2; // Mark roughly 2/5 of all pages as Empty. in InitializePages()
398 freepages_ = (pages_ / 100) + (2 * neededpages); in InitializePages()
403 static_cast<int64>(pages_), in InitializePages()
410 if (freepages_ > pages_/2) { in InitializePages()
413 static_cast<int64>(pages_), in InitializePages()
415 static_cast<int64>(pages_/2)); in InitializePages()
420 pages_, in InitializePages()
424 for (int64 i = 0; i < pages_; i++) { in InitializePages()
443 fill_threads_, pages_); in InitializePages()
450 i, pages_ / fill_threads_); in InitializePages()
[all …]
Dqueue.h73 struct page_entry *pages_; // Where the pages are held. variable
Dfinelock_queue.h89 struct page_entry *pages_; // Where page entries are held. variable
Dworker.cc3228 pages_ = NULL; in MemoryRegionThread()
3232 if (pages_ != NULL) in ~MemoryRegionThread()
3233 delete pages_; in ~MemoryRegionThread()
3246 if (pages_ != NULL) in SetRegion()
3247 delete pages_; in SetRegion()
3248 pages_ = new PageEntryQueue(npages); in SetRegion()
3257 pages_->Push(&pe); in SetRegion()
3341 result = result && pages_->PopRandom(&memregion_pe); in Work()
3381 result = result && pages_->Push(&memregion_pe); in Work()
Dsat.h147 int64 pages_; // Number of memory blocks. variable
Dworker.h800 PageEntryQueue *pages_; variable
/external/webp/src/enc/
Dtoken.c44 b->pages_ = NULL; in VP8TBufferInit()
45 b->last_page_ = &b->pages_; in VP8TBufferInit()
52 const VP8Tokens* p = b->pages_; in VP8TBufferClear()
195 const VP8Tokens* p = b->pages_;
216 const VP8Tokens* p = b->pages_; in VP8EmitTokens()
235 if (final_pass) b->pages_ = NULL; in VP8EmitTokens()
Dvp8enci.h337 VP8Tokens* pages_; // first page member
/external/v8/tools/
Dcodemap.js58 this.pages_ = []; property in CodeMap
143 this.pages_[addr >>> CodeMap.PAGE_ALIGNMENT] = 1;
190 if (pageAddr in this.pages_) {
/external/chromium-trace/trace-viewer/src/importer/v8/
Dcodemap.js41 this.pages_ = []; property in anonymousFunction7c5be53c0100.CodeMap
127 this.pages_[addr >>> CodeMap.PAGE_ALIGNMENT] = 1;
174 if (pageAddr in this.pages_) {
/external/v8/src/
Dserialize.cc628 pages_[LO_SPACE].Add(address); in Allocate()
651 return HeapObject::FromAddress(pages_[LO_SPACE][offset]); in GetAddressFromStart()
656 return HeapObject::FromAddress(pages_[space][0] + offset); in GetAddressFromStart()
660 Address object_address = pages_[space][page_of_pointee] + in GetAddressFromStart()
839 Address object_address = pages_[space_number][0] + \ in ReadChunk()
1067 pages_[space].Add(last_object_address_); in ReadChunk()
Dserialize.h374 List<Address> pages_[SerializerDeserializer::kNumberOfSpaces]; variable
/external/chromium-trace/
Dscript.js318 …rter.v8.SplayTree;this.libraries_=new tracing.importer.v8.SplayTree;this.pages_=[]}d.PAGE_ALIGNMEN… property
319 ….prototype.markPages_=function(c,a){for(var b=c;b<=a;b+=d.PAGE_SIZE)this.pages_[b>>>d.PAGE_ALIGNME…
320 …:null};d.prototype.findEntry=function(c){if(c>>>d.PAGE_ALIGNMENT in this.pages_)return this.findIn…