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 427 Address new_top = current_top + size_in_bytes; local
428 if (new_top > alloc_info->limit) return NULL;
430 alloc_info->top = new_top;
487 Address new_top = alloc_info->top + size_in_bytes; local
488 if (new_top > alloc_info->limit) return Failure::RetryAfterGC();
491 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 47 milliseconds