Searched refs:trace_file_proto (Results 1 – 1 of 1) sorted by relevance
893 auto trace_file_proto = serialize::ArenaPtr<serialize::proto::TraceFile>::Make(); in PerformCompilation() local912 DCHECK(trace_file_proto->mutable_index() != nullptr); in PerformCompilation()913 serialize::proto::TraceFileIndex& index = *trace_file_proto->mutable_index(); in PerformCompilation()939 int entry_size = trace_file_proto->list().entries_size(); in PerformCompilation()943 trace_file_proto->mutable_list()->mutable_entries(entry_size-1); in PerformCompilation()954 DCHECK(trace_file_proto->mutable_list() != nullptr); in PerformCompilation()955 serialize::proto::TraceFileEntry* entry = trace_file_proto->mutable_list()->add_entries(); in PerformCompilation()977 ::google::protobuf::MessageLite& message = *trace_file_proto.get(); in PerformCompilation()