Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlinear-allocation-area.h49 V8_INLINE bool DecrementTopIfAdjacent(Address new_top, size_t bytes) { in DecrementTopIfAdjacent()
Dread-only-spaces.cc650 Address new_top = current_top + filler_size + size_in_bytes; in TryAllocateLinearlyAligned() local
693 Address new_top = current_top + size_in_bytes; in AllocateRawUnaligned() local
Dnew-spaces.cc533 Address new_top = known_top == 0 ? to_space_.page_low() : known_top; in UpdateLinearAllocationArea() local
/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.cc340 Node* new_top = __ IntAdd(top, size); in ReduceAllocateRaw() local
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h167 FT_Long new_top; /* new top after exec. */ member
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1270 TNode<IntPtrT> new_top = in AllocateRaw() local