Home
last modified time | relevance | path

Searched defs:PutInt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dsnapshot-source-sink.cc41 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) { in PutInt() function in v8::internal::SnapshotByteSink
/external/v8/tools/
Djs2c.py500 def PutInt(blob_file, value): function