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 85 for (const auto& reservation : startup_snapshot->Reservations()) {
91 for (const auto& reservation : context_snapshots->at(i)->Reservations()) {
185 List<Reservation> reservations; local
186 serializer->EncodeReservations(&reservations);
190 int reservation_size = reservations.length() * kInt32Size;
199 SetHeaderValue(kNumReservationsOffset, reservations.length());
203 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
215 Vector<const SerializedData::Reservation> SnapshotData::Reservations() const {
deserializer.h 42 DecodeReservation(data->Reservations());
code-serializer.h 102 // ... reservations
127 Vector<const Reservation> Reservations() const;
code-serializer.cc 208 // Deserializing may fail if the reservations cannot be fulfilled.
365 List<Reservation> reservations; local
366 cs->EncodeReservations(&reservations);
369 int reservation_size = reservations.length() * kInt32Size;
386 SetHeaderValue(kNumReservationsOffset, reservations.length());
391 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
444 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 99 milliseconds