Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h37 kV8 = 255, // V8 heap pages. enumerator
38 kLast = kV8 // Maximum tag value.
Dpage_allocator_internals_posix.h50 case PageTag::kV8: in PageTagToName()
103 if (page_tag == PageTag::kV8) { in SystemAllocPagesInternal()