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

  /external/v8/src/
globals.h 154 const intptr_t kMapAlignmentBits = kObjectAlignmentBits;
156 const intptr_t kMapAlignmentBits = kObjectAlignmentBits + 3;
158 const intptr_t kMapAlignment = (1 << kMapAlignmentBits);
objects-inl.h 967 map_page->Offset(map_address) >> kMapAlignmentBits;
984 kMapAlignmentBits);
    [all...]
objects.h     [all...]

Completed in 989 milliseconds