Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces-inl.h275 Address old_top = allocation_info_.top(); in AllocateRaw() local
277 if (allocation_info_.limit() - old_top < size_in_bytes) { in AllocateRaw()
281 HeapObject* obj = HeapObject::FromAddress(old_top); in AllocateRaw()
Dspaces.cc1375 Address old_top = allocation_info_.top(); in SlowAllocateRaw() local
1381 Address new_top = old_top + size_in_bytes; in SlowAllocateRaw()
1390 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); in SlowAllocateRaw()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dldo.c588 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument
597 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3318 char* old_top = (char*)m->top; in add_segment() local
3319 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()
3357 if (csp != old_top) { in add_segment()
3358 mchunkptr q = (mchunkptr)old_top; in add_segment()
3359 size_t psize = csp - old_top; in add_segment()
/external/lldb/source/Expression/
DDWARFExpression.cpp1749 Value old_top = stack[last_idx]; in Evaluate() local
1752 stack[last_idx - 2] = old_top; in Evaluate()