HomeSort by relevance Sort by last modified time
    Searched refs:GetTotalFrameSlotCount (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/compiler/
frame.h 83 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; }
210 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) -
code-generator.cc 221 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount());
228 result->set_stack_slots(frame()->GetTotalFrameSlotCount());
273 frame()->GetTotalFrameSlotCount() - frame()->GetSpillSlotCount();
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 156 int GetTotalFrameSlotCount() const {
157 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-arm.cc 62 code->set_stack_slots(GetTotalFrameSlotCount());
379 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 133 int GetTotalFrameSlotCount() const {
134 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-ia32.cc 70 code->set_stack_slots(GetTotalFrameSlotCount());
384 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 146 int GetTotalFrameSlotCount() const {
147 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-ppc.cc 79 code->set_stack_slots(GetTotalFrameSlotCount());
387 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 146 int GetTotalFrameSlotCount() const {
147 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-s390.cc 74 code->set_stack_slots(GetTotalFrameSlotCount());
375 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 131 int GetTotalFrameSlotCount() const {
132 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-x64.cc 69 code->set_stack_slots(GetTotalFrameSlotCount());
406 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 253 int GetTotalFrameSlotCount() const {
254 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-arm64.cc 842 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
849 code->set_stack_slots(GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 156 int GetTotalFrameSlotCount() const {
157 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-mips.cc 104 code->set_stack_slots(GetTotalFrameSlotCount());
394 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 158 int GetTotalFrameSlotCount() const {
159 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-mips64.cc 80 code->set_stack_slots(GetTotalFrameSlotCount());
377 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 166 int GetTotalFrameSlotCount() const {
167 return chunk()->GetTotalFrameSlotCount();
lithium-codegen-x87.cc 70 code->set_stack_slots(GetTotalFrameSlotCount());
387 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/v8/src/crankshaft/
lithium.h 648 int GetTotalFrameSlotCount() const { return current_frame_slots_; }
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]

Completed in 1470 milliseconds

1 2