Lines Matching refs:top_address
1136 Node* top_address, Node* limit_address) { in AllocateRaw() argument
1150 Node* top = Load(MachineType::Pointer(), top_address); in AllocateRaw()
1216 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top_address, in AllocateRaw()
1249 Node* top_address, in AllocateRawUnaligned() argument
1252 return AllocateRaw(size_in_bytes, flags, top_address, limit_address); in AllocateRawUnaligned()
1257 Node* top_address, in AllocateRawDoubleAligned() argument
1260 return AllocateRaw(size_in_bytes, flags | kDoubleAlignment, top_address, in AllocateRawDoubleAligned()
1264 return AllocateRaw(size_in_bytes, flags & ~kDoubleAlignment, top_address, in AllocateRawDoubleAligned()
1281 Node* top_address = ExternalConstant( in Allocate() local
1295 Node* limit_address = IntPtrAdd(top_address, IntPtrConstant(kPointerSize)); in Allocate()
1298 return AllocateRawDoubleAligned(size_in_bytes, flags, top_address, in Allocate()
1301 return AllocateRawUnaligned(size_in_bytes, flags, top_address, in Allocate()