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

  /external/v8/src/
globals.h 181 const size_t kCodeRangeAreaAlignment = 256 * MB;
184 const size_t kCodeRangeAreaAlignment = 64 * KB; // OS page on PPC Linux
187 const size_t kCodeRangeAreaAlignment = 4 * KB; // OS page.
205 const size_t kCodeRangeAreaAlignment = 4 * KB; // OS page.
210 const size_t kCodeRangeAreaAlignment = 64 * KB; // OS page on PPC Linux
215 const size_t kCodeRangeAreaAlignment = 4 * KB; // OS page.
    [all...]
  /external/v8/src/heap/
spaces.cc 121 requested, Max(kCodeRangeAreaAlignment,
    [all...]

Completed in 4823 milliseconds