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

  /external/chromium_org/v8/src/
snapshot-source-sink.cc 41 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) {
62 PutInt(number_of_bytes, description);
snapshot-source-sink.h 79 void PutInt(uintptr_t integer, const char* description);
serialize.cc     [all...]
mksnapshot.cc 95 sink.PutInt(serializer.CurrentAllocationAddress(spaces[i]), "spaces");
100 sink.PutInt(context_serializer.CurrentAllocationAddress(spaces[i]),