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

  /external/v8/src/snapshot/
deserializer.h 86 next_alignment_ = static_cast<AllocationAlignment>(alignment);
142 AllocationAlignment next_alignment_;
serializer.cc 252 AllocationAlignment alignment = object->RequiredAlignment();
  /external/v8/src/heap/
spaces-inl.h 416 int size_in_bytes, AllocationAlignment alignment) {
434 AllocationAlignment alignment) {
485 AllocationAlignment alignment) {
518 AllocationAlignment alignment) {
540 AllocationAlignment alignment) {
592 AllocationAlignment alignment) {
604 int size_in_bytes, AllocationAlignment alignment) {
scavenger.cc 147 template <AllocationAlignment alignment>
176 template <ObjectContents object_contents, AllocationAlignment alignment>
202 template <ObjectContents object_contents, AllocationAlignment alignment>
spaces.h     [all...]
heap.h 586 static int GetMaximumFillToAlign(AllocationAlignment alignment);
589 static int GetFillToAlign(Address address, AllocationAlignment alignment);
    [all...]
mark-compact.cc     [all...]
heap-inl.h 199 AllocationAlignment alignment) {
heap.cc     [all...]
spaces.cc     [all...]
  /external/v8/test/cctest/heap/
test-lab.cc 44 AllocationAlignment alignment = kWordAligned) {
261 std::pair<intptr_t, AllocationAlignment> sizes_raw[2] = {
263 std::vector<std::pair<intptr_t, AllocationAlignment>> sizes(sizes_raw,
test-heap.cc     [all...]
  /external/v8/src/
globals.h 467 enum AllocationAlignment {
    [all...]
objects.h     [all...]
objects-inl.h     [all...]

Completed in 922 milliseconds