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

  /external/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]),
  /external/v8/tools/
js2c.py 500 def PutInt(blob_file, value):
513 PutInt(blob_file, len(value));
528 PutInt(output, debug_sources)
533 PutInt(output, len(sources.names) - debug_sources)

Completed in 288 milliseconds