Home
last modified time | relevance | path

Searched refs:unwinding_info_writer_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc198 unwinding_info_writer_(unwinding_info_writer), in OutOfLineTruncateDoubleToI()
204 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate()
216 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate()
224 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anoneecd6e7b0111::OutOfLineTruncateDoubleToI
532 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
747 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
770 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
786 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
898 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
904 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/
Dcode-generator.cc52 unwinding_info_writer_(zone()), in CodeGenerator()
178 unwinding_info_writer_.SetNumberOfInstructionBlocks( in AssembleCode()
201 unwinding_info_writer_.BeginInstructionBlock(tasm()->pc_offset(), block); in AssembleCode()
254 unwinding_info_writer_.EndInstructionBlock(block); in AssembleCode()
303 unwinding_info_writer_.Finish(tasm()->pc_offset()); in AssembleCode()
397 if (unwinding_info_writer_.eh_frame_writer()) { in FinalizeCode()
398 unwinding_info_writer_.eh_frame_writer()->GetEhFrame(&desc); in FinalizeCode()
Dcode-generator.h394 UnwindingInfoWriter unwinding_info_writer_; variable
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc272 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
291 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset(), sp); in Generate()
297 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate()
309 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon8b58df4b0111::OutOfLineRecordWrite
459 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
645 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
659 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
671 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
784 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
793 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc180 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
196 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
220 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate()
226 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate()
239 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon59fc88770111::OutOfLineRecordWrite
525 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
761 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
775 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
787 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
902 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
[all …]