Home
last modified time | relevance | path

Searched refs:UnalignedCopy (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Ddeserializer.cc354 UnalignedCopy(write_back, &write_back_obj); in ReadObject()
569 UnalignedCopy(current, &o); in ReadData()
626 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object); in ReadData()
692 UnalignedCopy(current++, &object); in ReadData()
714 UnalignedCopy(current, &hot_maybe_object); in ReadData()
741 UnalignedCopy(&object, current - 1); in ReadData()
743 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object); in ReadData()
783 UnalignedCopy(current, &new_current); in ReadExternalReferenceCase()
871 UnalignedCopy(current, &new_maybe_object); in ReadDataCase()
Ddeserializer.h105 void UnalignedCopy(T** dest, T** src) { in UnalignedCopy() function