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

  /external/chromium_org/v8/src/
v8globals.h 382 // OBJECT_POINTER_ALIGN returns the value aligned as a HeapObject pointer
383 #define OBJECT_POINTER_ALIGN(value) \
objects.h     [all...]
  /external/v8/src/
v8globals.h 392 // OBJECT_POINTER_ALIGN returns the value aligned as a HeapObject pointer
393 #define OBJECT_POINTER_ALIGN(value) \
objects.h     [all...]
  /external/v8/test/cctest/
test-heap.cc 183 CHECK_EQ(request, static_cast<int>(OBJECT_POINTER_ALIGN(request)));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 235 CHECK_EQ(request, static_cast<int>(OBJECT_POINTER_ALIGN(request)));
    [all...]

Completed in 65 milliseconds