Searched refs:top_address (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | linear-allocation-area.h | 92 const Address* top_address() const { return &top_; } in top_address() function in v8::internal::final 93 Address* top_address() { return &top_; } in top_address() function in v8::internal::final
|
H A D | spaces.h | 477 return allocation_info_->top_address(); in allocation_top_address()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 198 Node* top_address; in ReduceAllocateRaw() local 201 top_address = __ ExternalConstant( in ReduceAllocateRaw() 222 top_address = in ReduceAllocateRaw() 267 top_address, __ IntPtrConstant(0), top); in ReduceAllocateRaw() 289 __ Load(MachineType::Pointer(), top_address, __ IntPtrConstant(0)); in ReduceAllocateRaw() 315 top_address, __ IntPtrConstant(0), top); in ReduceAllocateRaw() 335 __ Load(MachineType::Pointer(), top_address, __ IntPtrConstant(0)); in ReduceAllocateRaw() 352 top_address, __ IntPtrConstant(0), new_top); in ReduceAllocateRaw()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.cc | 1018 const intptr_t top_address = in DoComputeUnoptimizedFrame() local 1021 output_frame->SetTop(top_address); in DoComputeUnoptimizedFrame() 1068 const intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeUnoptimizedFrame() 1286 const intptr_t top_address = in DoComputeArgumentsAdaptorFrame() local 1288 output_frame->SetTop(top_address); in DoComputeArgumentsAdaptorFrame() 1355 const intptr_t top_address = in DoComputeConstructStubFrame() local 1357 output_frame->SetTop(top_address); in DoComputeConstructStubFrame() 1383 const intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeConstructStubFrame() 1700 const intptr_t top_address = in DoComputeBuiltinContinuation() local 1703 output_frame->SetTop(top_address); in DoComputeBuiltinContinuation() [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1212 TNode<RawPtrT> top_address, 1232 TNode<RawPtrT> top = Load<RawPtrT>(top_address); 1296 StoreNoWriteBarrier(MachineType::PointerRepresentation(), top_address, 1332 TNode<RawPtrT> top_address, TNode<RawPtrT> limit_address) { 1334 return AllocateRaw(size_in_bytes, flags, top_address, limit_address); 1339 TNode<RawPtrT> top_address, TNode<RawPtrT> limit_address) { 1342 top_address, limit_address); 1352 top_address, limit_address); 1388 TNode<ExternalReference> top_address = ExternalConstant( 1416 IntPtrAdd(ReinterpretCast<IntPtrT>(top_address), [all...] |
H A D | code-stub-assembler.h | 4135 TNode<RawPtrT> top_address, 4139 TNode<RawPtrT> top_address, 4143 TNode<RawPtrT> top_address,
|
Completed in 16 milliseconds