/external/chromium_org/chrome_elf/blacklist/ |
D | blacklist_interceptions.cc | 178 SIZE_T commit_size, in BlNtMapViewOfSectionImpl() argument 185 commit_size, offset, view_size, inherit, in BlNtMapViewOfSectionImpl() 247 SIZE_T commit_size, in BlNtMapViewOfSection() argument 257 base, zero_bits, commit_size, offset, in BlNtMapViewOfSection() 269 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, in BlNtMapViewOfSection64() argument 272 base, zero_bits, commit_size, offset, view_size, in BlNtMapViewOfSection64()
|
D | blacklist_interceptions.h | 24 SIZE_T commit_size, 37 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | target_code.cc | 12 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, in TargetNtMapViewOfSection() argument 15 base, zero_bits, commit_size, in TargetNtMapViewOfSection()
|
D | target_code.h | 31 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
|
/external/chromium_org/sandbox/win/src/ |
D | target_interceptions.cc | 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, in TargetNtMapViewOfSection() argument 24 commit_size, offset, view_size, inherit, in TargetNtMapViewOfSection()
|
D | target_interceptions.h | 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
|
D | interceptors_64.cc | 26 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, in TargetNtMapViewOfSection64() argument 32 commit_size, offset, view_size, inherit, in TargetNtMapViewOfSection64()
|
D | interceptors_64.h | 20 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
|
/external/chromium_org/v8/src/heap/ |
D | spaces.cc | 187 const size_t commit_size, in AllocateRawMemory() argument 189 DCHECK(commit_size <= requested_size); in AllocateRawMemory() 209 code_range_, current.start, commit_size, *allocated)) { in AllocateRawMemory() 359 size_t reserve_size, size_t commit_size, size_t alignment, in AllocateAlignedMemory() argument 361 DCHECK(commit_size <= reserve_size); in AllocateAlignedMemory() 367 if (!CommitExecutableMemory(&reservation, base, commit_size, in AllocateAlignedMemory() 372 if (reservation.Commit(base, commit_size, false)) { in AllocateAlignedMemory() 373 UpdateAllocatedSpaceLimits(base, base + commit_size); in AllocateAlignedMemory() 480 size_t commit_size = in CommitArea() local 485 if (commit_size > committed_size) { in CommitArea() [all …]
|
D | spaces.h | 893 const size_t commit_size, 1056 Address AllocateAlignedMemory(size_t reserve_size, size_t commit_size, 1104 Address start, size_t commit_size,
|