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

  /external/chromium_org/v8/src/
spaces.h 560 static const int kObjectStartAlignment = 32 * kPointerSize;
562 (kObjectStartAlignment - (kBodyOffset - 1) % kObjectStartAlignment);
    [all...]
  /external/v8/src/
spaces.h 500 static const int kObjectStartAlignment = 32 * kPointerSize;
502 (kObjectStartAlignment - (kBodyOffset - 1) % kObjectStartAlignment);
    [all...]

Completed in 70 milliseconds