Home
last modified time | relevance | path

Searched refs:reservation (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/heap/
Dspaces.cc418 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation, in FreeMemory() argument
423 !code_range()->contains(static_cast<Address>(reservation->address()))); in FreeMemory()
425 reservation->size() <= Page::kPageSize); in FreeMemory()
427 reservation->Release(); in FreeMemory()
448 base::VirtualMemory reservation(size, alignment); in ReserveAlignedMemory() local
450 if (!reservation.IsReserved()) return NULL; in ReserveAlignedMemory()
451 size_.Increment(reservation.size()); in ReserveAlignedMemory()
453 RoundUp(static_cast<Address>(reservation.address()), alignment); in ReserveAlignedMemory()
454 controller->TakeControl(&reservation); in ReserveAlignedMemory()
462 base::VirtualMemory reservation; in AllocateAlignedMemory() local
[all …]
Dheap.cc1148 Reservation* reservation = &reservations[space]; in ReserveSpace() local
1149 DCHECK_LE(1, reservation->length()); in ReserveSpace()
1150 if (reservation->at(0).size == 0) continue; in ReserveSpace()
1155 DCHECK_EQ(1, reservation->length()); in ReserveSpace()
1156 int num_maps = reservation->at(0).size / Map::kSize; in ReserveSpace()
1176 DCHECK_EQ(1, reservation->length()); in ReserveSpace()
1177 perform_gc = !CanExpandOldGeneration(reservation->at(0).size); in ReserveSpace()
1179 for (auto& chunk : *reservation) { in ReserveSpace()
Dspaces.h581 base::VirtualMemory* reservation);
1285 void FreeMemory(base::VirtualMemory* reservation, Executability executable);
/external/v8/src/base/platform/
Dplatform-solaris.cc93 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() local
99 if (reservation == MAP_FAILED) return; in VirtualMemory()
101 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
Dplatform-macos.cc134 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() local
140 if (reservation == MAP_FAILED) return; in VirtualMemory()
142 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
Dplatform-aix.cc143 void* reservation = in VirtualMemory() local
146 if (reservation == MAP_FAILED) return; in VirtualMemory()
148 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
Dplatform-freebsd.cc141 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() local
147 if (reservation == MAP_FAILED) return; in VirtualMemory()
149 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
Dplatform-qnx.cc198 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() local
204 if (reservation == MAP_FAILED) return; in VirtualMemory()
206 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
Dplatform-openbsd.cc172 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() local
178 if (reservation == MAP_FAILED) return; in VirtualMemory()
180 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
Dplatform-linux.cc232 void* reservation = mmap(OS::GetRandomMmapAddr(), in VirtualMemory() local
238 if (reservation == MAP_FAILED) return; in VirtualMemory()
240 uint8_t* base = static_cast<uint8_t*>(reservation); in VirtualMemory()
/external/v8/src/snapshot/
Dsnapshot-common.cc84 for (const auto& reservation : startup_snapshot->Reservations()) { in ProfileDeserialization() local
85 startup_total += reservation.chunk_size(); in ProfileDeserialization()
90 for (const auto& reservation : context_snapshots->at(i)->Reservations()) { in ProfileDeserialization() local
91 context_total += reservation.chunk_size(); in ProfileDeserialization()
Ddeserializer.cc456 const Heap::Reservation& reservation = reservations_[space_index]; in Allocate() local
458 CHECK_LE(high_water_[space_index], reservation[chunk_index].end); in Allocate()
722 const Heap::Reservation& reservation = reservations_[space]; in ReadData() local
724 CHECK_EQ(reservation[chunk_index].end, high_water_[space]); in ReadData()
727 CHECK_LT(chunk_index, reservation.length()); in ReadData()
728 high_water_[space] = reservation[chunk_index].start; in ReadData()
/external/llvm/include/llvm/Target/
DTargetItinerary.td12 // itineraries for scheduling. Itineraries are details reservation
63 int Kind = kind.Value; // kind of FU reservation
135 // expensive HazardRecognizer because no reservation table is needed.
DTargetSchedule.td16 // 3. Instruction itineraries for detailed reservation tables.
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
151 // station. Here the size of the reservation station is modeled by
153 // register rename pool, unified reservation station, or reorder
159 // and moving them into a reservation station.) Normally NumMicroOps
170 // separate reservation station. This simply models the size of the
171 // reservation station.
/external/llvm/lib/Target/X86/
DX86ScheduleSLM.td34 // Silvermont has 5 reservation stations for micro-ops
56 // as two micro-ops when queued in the reservation station.
DX86SchedSandyBridge.td69 // as two micro-ops when queued in the reservation station.
DX86SchedHaswell.td79 // as two micro-ops when queued in the reservation station.
/external/llvm/test/CodeGen/AArch64/
Daarch64-dynamic-stack-layout.ll303 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
350 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
410 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
457 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
510 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
545 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
596 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
631 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
/external/dtc/Documentation/
Ddts-format.txt110 memory reservation table. They have the form:
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSchedule.td60 int Kind = kind.Value; // kind of FU reservation
/external/valgrind/
Dconfigure.ac3386 # Solaris-specific check determining if "sysstat" segment reservation type
3389 # New "sysstat" segment reservation (available on Solaris 12):
3396 AC_MSG_CHECKING([for the new `sysstat' segment reservation (Solaris-specific)])
3405 [Define to 1 if you have the new `sysstat' segment reservation.])
3413 # Solaris-specific check determining if "sysstat_zone" segment reservation type
3416 # New "sysstat_zone" segment reservation (available on Solaris 12):
3423 AC_MSG_CHECKING([for the new `sysstat_zone' segment reservation (Solaris-specific)])
3432 [Define to 1 if you have the new `sysstat_zone' segment reservation.])
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex424 Receiver makes reservation with command:
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td20 // issued as the reservation station(s) simply don't stay occupied for long.
/external/libnl/doc/
Dcore.txt1586 number of bytes prior to reservation.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12