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

  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 52 uint32_t MaxNextOffset() const {
67 // Adjust the MaxNextOffset() down if needed to fit the code before the next thunk.
72 DCHECK_ALIGNED_PARAM(MaxNextOffset(), alignment);
73 DCHECK_ALIGNED_PARAM(next_thunk.MaxNextOffset(), alignment);
74 if (next_thunk.MaxNextOffset() - CodeSize() < MaxNextOffset()) {
75 max_next_offset_ = RoundDown(next_thunk.MaxNextOffset() - CodeSize(), alignment);
232 unreserved_thunks_.front()->MaxNextOffset() >= next_aligned_offset) {
240 unreserved_thunks_.front()->MaxNextOffset() >= next_aligned_offset) {
265 unreserved_thunks_.front()->MaxNextOffset() >= next_aligned_offset)
    [all...]
relative_patcher_thumb2_test.cc     [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 289 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 259 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
389 of nextoffset that makes sense is stored in the maxnextoffset member when a
391 once when and only when nextoffset > maxnextoffset.
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 289 uint maxnextoffset; /* largest valid nextoffset */ member in struct:pool_header
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
    [all...]

Completed in 252 milliseconds