Searched refs:PutInt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dsnapshot-source-sink.cc41 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) {
62 PutInt(number_of_bytes, description);
H A Dserialize.cc1241 sink_->PutInt(kPointerSize, "SkipOneWord");
1336 sink_->PutInt(skip, "BackRefSkipDistance");
1338 sink_->PutInt(offset, "offset");
1363 sink_->PutInt(skip, "SkipDistance");
1405 sink_->PutInt(skip, "SkipInPutRoot");
1410 sink_->PutInt(skip, "SkipFromPutRootDistance");
1413 sink_->PutInt(root_index, "root_index");
1442 sink_->PutInt(skip, "SkipDistanceFromSerializeObject");
1448 sink_->PutInt(cache_index, "partial_snapshot_cache_index");
1466 sink_->PutInt(ski
[all...]
H A Dsnapshot-source-sink.h79 void PutInt(uintptr_t integer, const char* description);
H A Dmksnapshot.cc95 sink.PutInt(serializer.CurrentAllocationAddress(spaces[i]), "spaces");
100 sink.PutInt(context_serializer.CurrentAllocationAddress(spaces[i]),
/external/chromium_org/v8/tools/
H A Djs2c.py500 def PutInt(blob_file, value): function
513 PutInt(blob_file, len(value));
528 PutInt(output, debug_sources)
533 PutInt(output, len(sources.names) - debug_sources)
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc222 static void PutInt(LevelDBTransaction* transaction, function in namespace:content
372 PutInt(transaction.get(), schema_version_key, db_schema_version);
374 PutInt(transaction.get(), data_version_key, db_data_version);
386 PutInt(transaction.get(), schema_version_key, db_schema_version);
415 PutInt(transaction.get(), schema_version_key, db_schema_version);
417 PutInt(transaction.get(), data_version_key, db_data_version);
446 PutInt(transaction.get(), data_version_key, db_data_version);
1307 PutInt(transaction, MaxDatabaseIdKey::Encode(), database_id);
1329 PutInt(transaction.get(),
1703 PutInt(transactio
[all...]

Completed in 101 milliseconds