/external/v8/src/compiler/ |
D | frame.h | 83 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; } in GetTotalFrameSlotCount() function 210 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) - in GetSPToFPSlotCount()
|
D | code-generator.cc | 205 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount()); in GenerateCode() 210 result->set_stack_slots(frame()->GetTotalFrameSlotCount()); in GenerateCode() 260 frame()->GetTotalFrameSlotCount() - frame()->GetSpillSlotCount(); in RecordSafepoint() 806 ? (frame()->GetTotalFrameSlotCount() - pc_slots) in TailCallFrameStackSlotDelta()
|
D | register-allocator.cc | 1726 data()->frame()->GetTotalFrameSlotCount()); in MeetConstraintsAfter()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-arm.cc | 61 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 371 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 147 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-s390.cc | 56 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 349 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 131 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 132 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-x64.cc | 67 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 397 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 133 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 134 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-ia32.cc | 69 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 376 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 147 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-ppc.cc | 62 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 363 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-mips.cc | 84 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 367 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 158 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 159 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-mips64.cc | 60 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 350 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 258 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 259 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-arm64.cc | 818 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable() 825 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 1125 (pushed_arguments_ + GetTotalFrameSlotCount()) * kPointerSize - in ToMemOperand()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 166 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 167 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-x87.cc | 69 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 379 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 648 int GetTotalFrameSlotCount() const { return current_frame_slots_; } in GetTotalFrameSlotCount() function
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1717 frame()->GetTotalFrameSlotCount()); in AssembleConstructFrame()
|