/third_party/node/deps/v8/src/codegen/ |
D | macro-assembler.h | 95 old_has_frame_(tasm->has_frame()) { in FrameScope() 141 old_has_frame_(masm->has_frame()), in FrameAndConstantPoolScope()
|
D | turbo-assembler.h | 59 bool has_frame() const { return has_frame_; } in has_frame() function
|
/third_party/node/deps/v8/src/compiler/ |
D | frame.h | 246 bool has_frame() const { return has_frame_; } in has_frame() function 254 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) - in GetSPToFPSlotCount()
|
D | frame.cc | 51 if (has_frame() && !FLAG_turbo_sp_frame_access) { in SetFrameAccessToDefault()
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 468 bool has_frame = false; in Encode_w() local 473 has_frame = true; in Encode_w() 477 has_frame = true; in Encode_w() 481 has_frame = true; in Encode_w() 497 if (!has_frame) { in Encode_w()
|
/third_party/node/deps/v8/src/builtins/ |
D | setup-builtins-internal.cc | 67 DCHECK(!masm.has_frame()); in BuildPlaceholder() 97 DCHECK(!masm.has_frame()); in BuildWithMacroAssembler() 138 DCHECK(!masm.has_frame()); in BuildAdaptor()
|
D | builtins.cc | 378 DCHECK(!masm_.has_frame()); in Generate()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.cc | 1333 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 1346 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 1380 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 1434 DCHECK(type == InvokeType::kJump || has_frame()); in CallRecordWriteStub() 1767 if (!has_frame()) { in CallRecordWriteStub() 1805 DCHECK(has_frame()); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.cc | 1650 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 1665 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 1698 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 1752 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 1776 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 2063 if (!has_frame()) { in CallRecordWriteStub() 2524 DCHECK(has_frame()); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 159 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 489 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 800 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 2202 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 2255 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 2361 const bool drop_jsargs = frame_access_state()->has_frame() && in AssembleConstructFrame() 2367 } else if (frame_access_state()->has_frame()) { in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 1756 DCHECK(has_frame()); in CallCFunction() 2399 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in InvokePrologue() 2414 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallDebugOnFunctionCall() 2437 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in InvokeFunctionCode() 2497 DCHECK(type == InvokeType::kJump || has_frame()); in InvokeFunctionWithNewTarget() 2527 DCHECK(type == InvokeType::kJump || has_frame()); in InvokeFunction()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 726 if (!has_frame()) { in CallRecordWriteStub() 2542 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 2693 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 2705 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 3020 DCHECK(has_frame()); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 281 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 603 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 917 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 947 frame_access_state()->has_frame() in AssembleArchInstruction() 3053 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 3254 frame_access_state()->has_frame() && in AssembleReturn() 3258 } else if (frame_access_state()->has_frame()) { in AssembleReturn()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 186 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 208 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 1024 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 1389 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 3390 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 3549 frame_access_state()->has_frame() && in AssembleConstructFrame() 3554 } else if (frame_access_state()->has_frame()) { in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.cc | 3043 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 3057 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 3090 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 3142 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 3165 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 3423 if (!has_frame()) { in CallRecordWriteStub() 3964 DCHECK(has_frame()); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 189 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 518 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 903 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 3692 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 3747 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 3852 frame_access_state()->has_frame() && in AssembleConstructFrame() 3856 } else if (frame_access_state()->has_frame()) { in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 148 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 170 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 664 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 1081 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 4025 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 4199 frame_access_state()->has_frame() && in AssembleConstructFrame() 4204 } else if (frame_access_state()->has_frame()) { in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 1510 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 1535 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 1567 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 1606 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 1631 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 2318 DCHECK(has_frame()); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 158 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 544 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 861 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 3958 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 4011 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 4111 const bool drop_jsargs = frame_access_state()->has_frame() && in AssembleConstructFrame() 4117 } else if (frame_access_state()->has_frame()) { in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 160 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 506 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 822 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 4160 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 4213 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 4316 const bool drop_jsargs = frame_access_state()->has_frame() && in AssembleConstructFrame() 4322 } else if (frame_access_state()->has_frame()) { in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 170 must_save_lr_(!gen->frame_access_state()->has_frame()), in OutOfLineRecordWrite() 556 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 853 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 3871 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 3917 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 4019 const bool drop_jsargs = frame_access_state()->has_frame() && in AssembleReturn() 4025 } else if (frame_access_state()->has_frame()) { in AssembleReturn()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 572 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 925 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 4018 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 4065 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 4158 frame_access_state()->has_frame() && in AssembleReturn() 4162 } else if (frame_access_state()->has_frame()) { in AssembleReturn()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.cc | 3769 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in InvokePrologue() 3795 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CheckDebugHook() 3828 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in InvokeFunctionCode() 3867 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in InvokeFunctionWithNewTarget() 3894 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in InvokeFunction() 4279 if (!has_frame()) { in Abort() 4861 DCHECK(has_frame()); in CallCFunctionHelper()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1057 if (frame_access_state()->has_frame()) { in AssemblePrepareTailCall() 1428 if (frame_access_state()->has_frame()) { in AssembleArchInstruction() 4654 if (frame_access_state()->has_frame()) { in AssembleConstructFrame() 4710 DCHECK(frame_access_state()->has_frame()); in AssembleConstructFrame() 4828 frame_access_state()->has_frame() && in AssembleReturn() 4832 } else if (frame_access_state()->has_frame()) { in AssembleReturn()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.cc | 4927 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 4949 this, has_frame() ? StackFrame::NO_FRAME_TYPE : StackFrame::INTERNAL); in CallRecordWriteStub() 4982 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 5023 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 5046 DCHECK_IMPLIES(type == InvokeType::kCall, has_frame()); in CallRecordWriteStub() 5300 if (!has_frame()) { in CallRecordWriteStub() 5973 DCHECK(has_frame()); in CallRecordWriteStub()
|