HomeSort by relevance Sort by last modified time
    Searched full:pointer_last (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-serialize.cc 599 Object* pointer_last = NULL; local
610 pointer_last = NULL;
612 if (pointer_last != NULL) {
614 reinterpret_cast<char*>(pointer_last) + kSmallFixedArraySize);
616 pointer_last = obj;

Completed in 204 milliseconds