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

  /external/v8/src/
globals.h 710 // OBJECT_POINTER_ALIGN returns the value aligned as a HeapObject pointer
711 #define OBJECT_POINTER_ALIGN(value) \
    [all...]
objects.h     [all...]
objects-inl.h     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 429 CHECK_EQ(request, static_cast<int>(OBJECT_POINTER_ALIGN(request)));
    [all...]

Completed in 1004 milliseconds