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

  /art/dexlayout/
dexdiag.cc 280 uint64_t start_page = (dex_file_start - vdex_start) / kPageSize; local
281 uint64_t start_address = start_page * kPageSize;
286 map_start + start_page * kPageSize,
297 ProcessPageMap(pagemap, start_page, end_page, sections, &section_resident_pages);
298 DisplayDexStatistics(start_page, end_page, section_resident_pages, sections, printer);
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c 56 } start_page; member in union:__anon47921::__anon47922
126 priv->pcl_ifc->start_page(&priv->job_info, msg.param.start_page.width,
127 msg.param.start_page.height);
378 msg.param.start_page.extra_margin = ((job_params->duplex !=
382 msg.param.start_page.width = wprint_image_get_width(image_info);
383 msg.param.start_page.height = wprint_image_get_height(image_info);
lib_pcl.h 143 status_t (*start_page)(pcl_job_info_t *job_info, member in struct:ifc_pcl_st
  /external/v8/src/ppc/
simulator-ppc.cc 650 intptr_t start_page = (start & ~CachePage::kPageMask); local
652 return start_page == end_page;
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 571 intptr_t start_page = (start & ~CachePage::kPageMask); local
573 return start_page == end_page;
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 800 intptr_t start_page = (start & ~CachePage::kPageMask); local
802 return start_page == end_page;
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 733 intptr_t start_page = (start & ~CachePage::kPageMask); local
735 return start_page == end_page;
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 653 intptr_t start_page = (start & ~CachePage::kPageMask); local
655 return start_page == end_page;
    [all...]

Completed in 94 milliseconds