Home
last modified time | relevance | path

Searched defs:new_top (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h271 Address new_top = current_top + filler_size + size_in_bytes; in AllocateRawAligned() local
292 Address new_top = current_top + size_in_bytes; in AllocateLinearly() local
303 Address new_top = current_top + filler_size + *size_in_bytes; in TryAllocateLinearlyAligned() local
Dspaces.cc2296 Address new_top = to_space_.page_low(); in AllocateChunk() local
2385 Address new_top = old_top + aligned_size_in_bytes; in AllocateChunk() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h164 const float new_top = MAX(this->top_, that.top_); in Intersect() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp344 float new_top = points[0].y; in TransformRect() local
/external/v8/src/compiler/
Dmemory-optimizer.cc279 Node* new_top = in VisitAllocateRaw() local
/external/freetype/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
/external/libcups/cups/
Dppd-cache.c992 new_top, /* New top margin in 2540ths */ in _ppdCacheCreateWithPPD() local
/external/v8/src/
Dcode-stub-assembler.cc1192 Node* new_top = IntPtrAdd(top, adjusted_size.value()); in AllocateRaw() local