Searched refs:unwinding_info_writer_ (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.cc | 59 unwinding_info_writer_(codegen_zone), in CodeGenerator() 243 unwinding_info_writer_.SetNumberOfInstructionBlocks( in AssembleCode() 266 unwinding_info_writer_.BeginInstructionBlock(tasm()->pc_offset(), block); in AssembleCode() 307 unwinding_info_writer_.EndInstructionBlock(block); in AssembleCode() 394 unwinding_info_writer_.Finish(tasm()->pc_offset()); in AssembleCode() 472 if (unwinding_info_writer_.eh_frame_writer()) { in FinalizeCode() 473 unwinding_info_writer_.eh_frame_writer()->GetEhFrame(&desc); in FinalizeCode()
|
D | code-generator.h | 411 UnwindingInfoWriter unwinding_info_writer_; variable
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 217 unwinding_info_writer_(unwinding_info_writer), in OutOfLineTruncateDoubleToI() 224 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate() 246 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate() 256 UnwindingInfoWriter* const unwinding_info_writer_; in Generate() member in v8::internal::compiler::__anon371463d70111::OutOfLineTruncateDoubleToI 1051 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 1250 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 1268 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 1280 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 1404 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 1410 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 282 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite() 303 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset(), sp); in Generate() 322 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate() 335 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anonde9322a70111::OutOfLineRecordWrite 599 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 735 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 751 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 766 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 890 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 899 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 190 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite() 208 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate() 224 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate() 237 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anona2437dd30111::OutOfLineRecordWrite 514 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 719 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 736 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 748 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 872 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 882 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 187 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite() 209 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite() 237 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate() 254 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate() 270 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon16c849910111::OutOfLineRecordWrite 1020 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 1443 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction() 1450 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction() 3424 unwinding_info_writer_.MarkFrameConstructed(__ pc_offset()); in AssembleConstructFrame() 3526 unwinding_info_writer_.MarkBlockWillExit(); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 149 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite() 171 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite() 201 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate() 219 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate() 235 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon6a98ee390111::OutOfLineRecordWrite 660 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 1136 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction() 1143 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction() 4067 unwinding_info_writer_.MarkFrameConstructed(__ pc_offset()); in AssembleConstructFrame() 4176 unwinding_info_writer_.MarkBlockWillExit(); in AssembleConstructFrame()
|