HomeSort by relevance Sort by last modified time
    Searched refs:pageframe_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 191 : pageframe_type_(pageframe_type),
230 PageFrameType pageframe_type_; member in class:DeepHeapProfile::MemoryInfoGetterLinux
399 enum PageFrameType pageframe_type_; member in class:DeepHeapProfile
deep-heap-profile.cc 129 if (pageframe_type_ == DUMP_PAGECOUNT) {
154 if (Read(&state, pageframe_type_ != DUMP_NO_PAGEFRAME) == false) {
164 if (pageframe_type_ != DUMP_NO_PAGEFRAME &&
175 if (pageframe_type_ == DUMP_PAGECOUNT && IsPageCountAvailable()) {
215 if (pageframe_type_ != DUMP_NO_PAGEFRAME &&
311 pageframe_type_(pageframe_type),
408 if (pageframe_type_ == DUMP_PAGECOUNT && memory_residence_info_getter_ &&
412 } else if (pageframe_type_ != DUMP_NO_PAGEFRAME) {
    [all...]

Completed in 1762 milliseconds