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

  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.h 24 SIZE_T commit_size,
37 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
blacklist_interceptions.cc 178 SIZE_T commit_size,
185 commit_size, offset, view_size, inherit,
247 SIZE_T commit_size,
257 base, zero_bits, commit_size, offset,
269 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
272 base, zero_bits, commit_size, offset, view_size,
  /external/chromium_org/sandbox/win/wow_helper/
target_code.cc 12 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
15 base, zero_bits, commit_size,
target_code.h 31 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
  /external/chromium_org/sandbox/win/src/
target_interceptions.h 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
target_interceptions.cc 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
24 commit_size, offset, view_size, inherit,
interceptors_64.cc 26 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
32 commit_size, offset, view_size, inherit,
interceptors_64.h 20 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
  /external/chromium_org/v8/src/heap/
spaces.cc 187 const size_t commit_size,
189 DCHECK(commit_size <= requested_size);
209 code_range_, current.start, commit_size, *allocated)) {
359 size_t reserve_size, size_t commit_size, size_t alignment,
361 DCHECK(commit_size <= reserve_size);
367 if (!CommitExecutableMemory(&reservation, base, commit_size,
372 if (reservation.Commit(base, commit_size, false)) {
373 UpdateAllocatedSpaceLimits(base, base + commit_size);
480 size_t commit_size = local
485 if (commit_size > committed_size)
604 size_t commit_size = RoundUp(CodePageGuardStartOffset() + commit_area_size, local
636 size_t commit_size = local
    [all...]
spaces.h 893 const size_t commit_size,
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 203 milliseconds