Searched refs:old_top (Results 1 – 5 of 5) sorted by relevance
275 Address old_top = allocation_info_.top(); in AllocateRaw() local277 if (allocation_info_.limit() - old_top < size_in_bytes) { in AllocateRaw()281 HeapObject* obj = HeapObject::FromAddress(old_top); in AllocateRaw()
1375 Address old_top = allocation_info_.top(); in SlowAllocateRaw() local1381 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()
588 ptrdiff_t old_top, ptrdiff_t ef) { in luaD_pcall() argument597 StkId oldtop = restorestack(L, old_top); in luaD_pcall()
3318 char* old_top = (char*)m->top; in add_segment() local3319 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()
1749 Value old_top = stack[last_idx]; in Evaluate() local1752 stack[last_idx - 2] = old_top; in Evaluate()