HomeSort by relevance Sort by last modified time
    Searched refs:Reservations (Results 1 - 6 of 6) sorted by null

  /external/v8/src/snapshot/
snapshot.h 31 Vector<const Reservation> Reservations() const;
46 // ... reservations
snapshot-common.cc 84 for (const auto& reservation : startup_snapshot->Reservations()) {
90 for (const auto& reservation : context_snapshots->at(i)->Reservations()) {
184 List<Reservation> reservations; local
185 serializer->EncodeReservations(&reservations);
189 int reservation_size = reservations.length() * kInt32Size;
198 SetHeaderValue(kNumReservationsOffset, reservations.length());
202 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
214 Vector<const SerializedData::Reservation> SnapshotData::Reservations() const {
deserializer.h 42 DecodeReservation(data->Reservations());
code-serializer.h 112 // ... reservations
137 Vector<const Reservation> Reservations() const;
code-serializer.cc 195 // Deserializing may fail if the reservations cannot be fulfilled.
316 List<Reservation> reservations; local
317 cs->EncodeReservations(&reservations);
320 int reservation_size = reservations.length() * kInt32Size;
337 SetHeaderValue(kNumReservationsOffset, reservations.length());
342 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
395 Vector<const SerializedData::Reservation> SerializedCodeData::Reservations()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 243 milliseconds