Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddeserializer.cc375 UnalignedCopy(write_back, &write_back_obj); in ReadObject()
427 UnalignedCopy(current++, &resource_obj); in CopyInNativesSource()
524 UnalignedCopy(current, &new_object); \ in ReadData()
727 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object); in ReadData()
753 UnalignedCopy(current++, &object); in ReadData()
770 UnalignedCopy(current, &hot_object); in ReadData()
797 UnalignedCopy(&object, current - 1); in ReadData()
799 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object); in ReadData()
Ddeserializer.h77 void UnalignedCopy(Object** dest, Object** src) { in UnalignedCopy() function