Home
last modified time | relevance | path

Searched refs:reservations (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot-common.cc184 List<Reservation> reservations; in SnapshotData() local
185 serializer->EncodeReservations(&reservations); in SnapshotData()
189 int reservation_size = reservations.length() * kInt32Size; in SnapshotData()
198 SetHeaderValue(kNumReservationsOffset, reservations.length()); in SnapshotData()
202 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()), in SnapshotData()
Dcode-serializer.cc316 List<Reservation> reservations; in SerializedCodeData() local
317 cs->EncodeReservations(&reservations); in SerializedCodeData()
320 int reservation_size = reservations.length() * kInt32Size; in SerializedCodeData()
337 SetHeaderValue(kNumReservationsOffset, reservations.length()); in SerializedCodeData()
342 CopyBytes(data_ + kHeaderSize, reinterpret_cast<byte*>(reservations.begin()), in SerializedCodeData()
/external/dtc/Documentation/
Ddts-format.txt97 [memory reservations]
109 * Memory reservations define an entry for the device tree blob's
/external/valgrind/docs/internals/
Dnotes.txt4 * Paul wrote some code to deal with setting/clearing reservations.
/external/v8/src/heap/
Dheap.h828 bool ReserveSpace(Reservation* reservations, List<Address>* maps);
1198 void RegisterReservationsForBlackAllocation(Reservation* reservations);
Dheap.cc1140 bool Heap::ReserveSpace(Reservation* reservations, List<Address>* maps) { in ReserveSpace() argument
1148 Reservation* reservation = &reservations[space]; in ReserveSpace()
4214 void Heap::RegisterReservationsForBlackAllocation(Reservation* reservations) { in RegisterReservationsForBlackAllocation() argument
4224 const Heap::Reservation& res = reservations[i]; in RegisterReservationsForBlackAllocation()
4235 const Heap::Reservation& res = reservations[i]; in RegisterReservationsForBlackAllocation()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jline/src/src/test/resources/jline/example/
Denglish.gz