Home
last modified time | relevance | path

Searched refs:required_slots (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc2923 int required_slots = in AssembleConstructFrame() local
2940 DCHECK_EQ(required_slots % 2, 1); in AssembleConstructFrame()
2944 required_slots -= TurboAssembler::kExtraSlotClaimedByPrologue; in AssembleConstructFrame()
2967 required_slots -= in AssembleConstructFrame()
2972 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
2981 if (required_slots * kSystemPointerSize < FLAG_stack_size * 1024) { in AssembleConstructFrame()
2988 __ Add(scratch, scratch, required_slots * kSystemPointerSize); in AssembleConstructFrame()
3013 required_slots -= saves.Count(); in AssembleConstructFrame()
3014 required_slots -= saves_fp.Count(); in AssembleConstructFrame()
3015 required_slots -= returns; in AssembleConstructFrame()
[all …]
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3685 int required_slots = in AssembleConstructFrame() local
3698 required_slots -= osr_helper()->UnoptimizedFrameSlots(); in AssembleConstructFrame()
3705 if (required_slots > 0) { in AssembleConstructFrame()
3707 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
3717 if ((required_slots * kSystemPointerSize) < (FLAG_stack_size * 1024)) { in AssembleConstructFrame()
3724 __ add(scratch, scratch, Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame()
3741 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
3742 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3743 required_slots -= 2 * base::bits::CountPopulation(saves_fp); in AssembleConstructFrame()
3744 if (required_slots > 0) { in AssembleConstructFrame()
[all …]
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3725 int required_slots = in AssembleConstructFrame() local
3737 required_slots -= osr_helper()->UnoptimizedFrameSlots(); in AssembleConstructFrame()
3747 if (required_slots > 0) { in AssembleConstructFrame()
3748 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
3758 if ((required_slots * kSystemPointerSize) < (FLAG_stack_size * 1024)) { in AssembleConstructFrame()
3765 __ Add(scratch, scratch, required_slots * kSystemPointerSize, r0); in AssembleConstructFrame()
3782 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
3783 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3784 required_slots -= (kDoubleSize / kSystemPointerSize) * in AssembleConstructFrame()
3786 __ Add(sp, sp, -required_slots * kSystemPointerSize, r0); in AssembleConstructFrame()
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3952 int required_slots = in AssembleConstructFrame() local
3965 required_slots -= osr_helper()->UnoptimizedFrameSlots(); in AssembleConstructFrame()
3972 if (required_slots > 0) { in AssembleConstructFrame()
3974 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
3984 if ((required_slots * kSystemPointerSize) < (FLAG_stack_size * 1024)) { in AssembleConstructFrame()
3991 Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame()
4010 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
4011 required_slots -= 2 * base::bits::CountPopulation(saves_fpu); in AssembleConstructFrame()
4012 required_slots -= returns; in AssembleConstructFrame()
4013 if (required_slots > 0) { in AssembleConstructFrame()
[all …]
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4384 int required_slots = in AssembleConstructFrame() local
4397 required_slots -= static_cast<int>(osr_helper()->UnoptimizedFrameSlots()); in AssembleConstructFrame()
4404 if (required_slots > 0) { in AssembleConstructFrame()
4406 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
4416 if (required_slots * kSystemPointerSize < FLAG_stack_size * 1024) { in AssembleConstructFrame()
4422 Immediate(required_slots * kSystemPointerSize)); in AssembleConstructFrame()
4436 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
4437 required_slots -= base::bits::CountPopulation(saves_fp) * in AssembleConstructFrame()
4439 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4440 if (required_slots > 0) { in AssembleConstructFrame()
[all …]
/external/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4234 int required_slots = in AssembleConstructFrame() local
4247 required_slots -= osr_helper()->UnoptimizedFrameSlots(); in AssembleConstructFrame()
4254 if (required_slots > 0) { in AssembleConstructFrame()
4256 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
4266 if ((required_slots * kSystemPointerSize) < (FLAG_stack_size * 1024)) { in AssembleConstructFrame()
4273 Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame()
4292 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
4293 required_slots -= base::bits::CountPopulation(saves_fpu); in AssembleConstructFrame()
4294 required_slots -= returns; in AssembleConstructFrame()
4295 if (required_slots > 0) { in AssembleConstructFrame()
[all …]
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc4619 int required_slots = in AssembleConstructFrame() local
4631 required_slots -= osr_helper()->UnoptimizedFrameSlots(); in AssembleConstructFrame()
4638 if (required_slots > 0) { in AssembleConstructFrame()
4639 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
4649 if ((required_slots * kSystemPointerSize) < (FLAG_stack_size * 1024)) { in AssembleConstructFrame()
4656 __ AddP(scratch, scratch, Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame()
4673 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
4674 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4675 required_slots -= (kDoubleSize / kSystemPointerSize) * in AssembleConstructFrame()
4677 __ lay(sp, MemOperand(sp, -required_slots * kSystemPointerSize)); in AssembleConstructFrame()
/external/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4701 int required_slots = in AssembleConstructFrame() local
4714 required_slots -= osr_helper()->UnoptimizedFrameSlots(); in AssembleConstructFrame()
4718 if (required_slots > 0) { in AssembleConstructFrame()
4720 if (info()->IsWasm() && required_slots > 128) { in AssembleConstructFrame()
4730 if (required_slots * kSystemPointerSize < FLAG_stack_size * 1024) { in AssembleConstructFrame()
4737 __ add(scratch, Immediate(required_slots * kSystemPointerSize)); in AssembleConstructFrame()
4752 required_slots -= base::bits::CountPopulation(saves); in AssembleConstructFrame()
4753 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4754 if (required_slots > 0) { in AssembleConstructFrame()
4755 __ AllocateStackSpace(required_slots * kSystemPointerSize); in AssembleConstructFrame()