Home
last modified time | relevance | path

Searched refs:old_top (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Dseccomp_unwinder.cc52 uint64_t old_top = top; in PopSeccompStackFrame() local
77 if (top - offsetof(__typeof__(seccomp_stackframe), deadbeef) < old_top || in PopSeccompStackFrame()
115 uint32_t old_top = top; in PopSeccompStackFrame()
131 if (top - offsetof(__typeof__(seccomp_stackframe), deadbeef) < old_top || in PopSeccompStackFrame()
/external/v8/src/heap/
Dnew-spaces.cc535 Address old_top = allocation_info_.top(); in EnsureAllocation() local
537 int filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation()
540 if (old_top + aligned_size_in_bytes <= high) { in EnsureAllocation()
550 old_top = allocation_info_.top(); in EnsureAllocation()
552 filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation()
555 DCHECK(old_top + aligned_size_in_bytes <= high); in EnsureAllocation()
/external/u-boot/common/
Ddlmalloc.c1074 mchunkptr old_top = top; /* Record state of old top */ local
1075 INTERNAL_SIZE_T old_top_size = chunksize(old_top);
1076 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
1094 (brk < old_end && old_top != initial_top))
1136 if (old_top != initial_top)
1151 set_head_size(old_top, old_top_size);
1152 chunk_at_offset(old_top, old_top_size )->size =
1154 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
1158 fREe(chunk2mem(old_top));
Ddlmalloc.src1939 mchunkptr old_top = top; /* Record state of old top */
1940 INTERNAL_SIZE_T old_top_size = chunksize(old_top);
1941 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
1959 (brk < old_end && old_top != initial_top))
2001 if (old_top != initial_top)
2016 set_head_size(old_top, old_top_size);
2017 chunk_at_offset(old_top, old_top_size )->size =
2019 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
2023 fREe(chunk2mem(old_top));
/external/python/cpython3/Lib/
Dpstats.py280 old_top = self.top_level
282 for func in old_top:
/external/python/cpython2/Lib/
Dpstats.py264 old_top = self.top_level
266 for func in old_top:
/external/v8/src/handles/
Dglobal-handles.cc106 BlockType* old_top = *top; in ListAdd() local
108 next_used_ = old_top; in ListAdd()
110 if (old_top != nullptr) { in ListAdd()
111 old_top->prev_used_ = this; in ListAdd()
/external/lua/src/
Dldo.c722 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument
731 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3373 char* old_top = (char*)m->top; in add_segment() local
3374 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
3380 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()
3412 if (csp != old_top) { in add_segment()
3413 mchunkptr q = (mchunkptr)old_top; in add_segment()
3414 size_t psize = csp - old_top; in add_segment()
/external/libffi/src/
Ddlmalloc.c3368 char* old_top = (char*)m->top; in add_segment() local
3369 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
3375 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()
3407 if (csp != old_top) { in add_segment()
3408 mchunkptr q = (mchunkptr)old_top; in add_segment()
3409 size_t psize = csp - old_top; in add_segment()
/external/dlmalloc/
Dmalloc.c4000 char* old_top = (char*)m->top; in add_segment() local
4001 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
4007 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()
4039 if (csp != old_top) { in add_segment()
4040 mchunkptr q = (mchunkptr)old_top; in add_segment()
4041 size_t psize = csp - old_top; in add_segment()