HomeSort by relevance Sort by last modified time
    Searched defs:new_top (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
spaces-inl.h 260 Address new_top = current_top + size_in_bytes; local
261 if (new_top > alloc_info->limit) return NULL;
263 alloc_info->top = new_top;
322 Address new_top = alloc_info->top + size_in_bytes; local
323 if (new_top > alloc_info->limit) return Failure::RetryAfterGC(size_in_bytes);
326 alloc_info->top = new_top;
  /external/freetype/src/truetype/
ttinterp.h 130 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_

Completed in 315 milliseconds