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