Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dserialize.cc844 void PutInt(int i) { in PutInt() function in v8::internal::SnapshotWriter
1016 writer_->PutInt(length); in Synchronize()
1115 writer_->PutInt(argv->length()); in PutFlags()
1145 writer_->PutInt(Heap::old_pointer_space()->Size() + in PutHeader()
1148 writer_->PutInt(Heap::old_data_space()->Size() + Heap::new_space()->Size()); in PutHeader()
1150 writer_->PutInt(Heap::code_space()->Size() + Heap::new_space()->Size()); in PutHeader()
1152 writer_->PutInt(Heap::map_space()->Size()); in PutHeader()
1154 writer_->PutInt(Heap::cell_space()->Size()); in PutHeader()
1192 writer_->PutInt(stack.length()); in PutGlobalHandleStack()
1197 writer_->PutInt(gh_index); in PutGlobalHandleStack()
[all …]