Searched refs:top_address (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | memory-optimizer.cc | 167 Node* top_address = __ ExternalConstant( in VisitAllocateRaw() local 201 top_address, __ IntPtrConstant(0), top); in VisitAllocateRaw() 220 __ Load(MachineType::Pointer(), top_address, __ IntPtrConstant(0)); in VisitAllocateRaw() 257 top_address, __ IntPtrConstant(0), top); in VisitAllocateRaw() 274 __ Load(MachineType::Pointer(), top_address, __ IntPtrConstant(0)); in VisitAllocateRaw() 287 top_address, __ IntPtrConstant(0), new_top); in VisitAllocateRaw()
|
/external/v8/src/ |
D | deoptimizer.cc | 880 intptr_t top_address; in DoComputeInterpretedFrame() local 882 top_address = caller_frame_top_ - output_frame_size; in DoComputeInterpretedFrame() 884 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeInterpretedFrame() 886 output_frame->SetTop(top_address); in DoComputeInterpretedFrame() 926 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeInterpretedFrame() 1092 intptr_t top_address; in DoComputeArgumentsAdaptorFrame() local 1094 top_address = caller_frame_top_ - output_frame_size; in DoComputeArgumentsAdaptorFrame() 1096 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeArgumentsAdaptorFrame() 1098 output_frame->SetTop(top_address); in DoComputeArgumentsAdaptorFrame() 1123 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeArgumentsAdaptorFrame() [all …]
|
D | code-stub-assembler.cc | 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() [all …]
|
D | code-stub-assembler.h | 2877 Node* top_address, Node* limit_address); 2881 Node* top_address, Node* limit_address);
|
/external/v8/src/heap/ |
D | store-buffer.h | 51 inline Address* top_address() { return reinterpret_cast<Address*>(&top_); } in top_address() function
|
D | spaces.h | 1674 Address* top_address() { return &top_; } in top_address() function 2060 Address* allocation_top_address() { return allocation_info_.top_address(); } in allocation_top_address()
|
D | heap.cc | 5249 return store_buffer()->top_address(); in store_buffer_top_address()
|