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

  /external/v8/src/snapshot/
snapshot-common.cc 92 Vector<const SerializedData::Reservation> reservations) {
95 for (const auto& reservation : reservations) {
112 for (const auto& reservation : startup_snapshot->Reservations()) {
118 for (const auto& reservation : context_snapshots->at(i)->Reservations()) {
133 startup_snapshot->Reservations());
136 context_snapshot->Reservations());
246 List<Reservation> reservations; local
247 serializer->EncodeReservations(&reservations);
251 int reservation_size = reservations.length() * kInt32Size;
260 SetHeaderValue(kNumReservationsOffset, reservations.length())
    [all...]
snapshot.h 31 Vector<const Reservation> Reservations() const;
46 // ... reservations
code-serializer.h 68 Vector<const Reservation> Reservations() const;
101 // ... reservations
deserializer.h 41 DecodeReservation(data->Reservations());
code-serializer.cc 176 // Deserializing may fail if the reservations cannot be fulfilled.
244 List<Reservation> reservations; local
245 cs->EncodeReservations(&reservations);
248 int reservation_size = reservations.length() * kInt32Size;
265 SetHeaderValue(kNumReservationsOffset, reservations.length());
274 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()),
322 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 447 milliseconds