Home | History | Annotate | Download | only in src

Lines Matching refs:source_

511 Deserializer::Deserializer(SnapshotByteSource* source) : source_(source) {
560 int offset = source_->GetInt();
570 int offset = source_->GetInt();
620 ASSERT(source_->AtEOF());
646 int size = source_->GetInt() << kObjectAlignmentBits;
652 LOG(SnapshotPositionEvent(address, source_->position()));
675 int data = source_->Get();
680 source_->CopyRaw(raw_data_out, size); \
687 int size = source_->GetInt();
689 source_->CopyRaw(raw_data_out, size);
809 int reference_id = source_->GetInt();
815 int reference_id = source_->GetInt();
824 int space = source_->Get();
829 int index = source_->Get();
837 int root_id = source_->GetInt();
842 int cache_index = source_->GetInt();
872 int data = source_->Get();
877 int character = source_->Get();