Searched defs:PutInt (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | snapshot-source-sink.cc | 41 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) { in PutInt() function in v8::internal::SnapshotByteSink |
/external/v8/tools/ | ||
D | js2c.py | 500 def PutInt(blob_file, value): function |