Home
last modified time | relevance | path

Searched refs:unwinding_info_writer_ (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc59 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()
H A Dcode-generator.h411 UnwindingInfoWriter unwinding_info_writer_; member in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc217 unwinding_info_writer_(unwinding_info_writer), in OutOfLineTruncateDoubleToI()
224 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(),
246 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(),
256 UnwindingInfoWriter* const unwinding_info_writer_; variable
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_ in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc282 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
303 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset(), sp);
322 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset());
335 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon14240::final
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_ in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc190 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
208 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset());
224 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset());
237 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon14228::final
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_ in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc149 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
171 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
201 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset());
219 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset());
235 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon14291::final
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_ in AssembleConstructFrame()
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc187 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
209 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
237 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset());
254 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset());
270 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon14306::final
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_ in AssembleConstructFrame()
[all...]

Completed in 33 milliseconds