Searched refs:unwinding_info_writer_ (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 211 unwinding_info_writer_(unwinding_info_writer) {} in OutOfLineTruncateDoubleToI() 215 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate() 220 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate() 227 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anonf3d38af20111::OutOfLineTruncateDoubleToI 691 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 826 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 835 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 942 this, result, input, &unwinding_info_writer_); in AssembleArchInstruction() 1298 unwinding_info_writer_.MaybeIncreaseBaseOffsetAt(__ pc_offset(), in AssembleArchInstruction() 1320 unwinding_info_writer_.MaybeIncreaseBaseOffsetAt(__ pc_offset(), in AssembleArchInstruction() [all …]
|
/external/v8/src/compiler/ |
D | code-generator.cc | 41 unwinding_info_writer_(zone()), in CodeGenerator() 109 unwinding_info_writer_.SetNumberOfInstructionBlocks( in GenerateCode() 124 unwinding_info_writer_.BeginInstructionBlock(masm()->pc_offset(), block); in GenerateCode() 175 unwinding_info_writer_.EndInstructionBlock(block); in GenerateCode() 217 unwinding_info_writer_.Finish(masm()->pc_offset()); in GenerateCode() 220 masm(), unwinding_info_writer_.eh_frame_writer(), info, Handle<Object>()); in GenerateCode()
|
D | code-generator.h | 263 UnwindingInfoWriter unwinding_info_writer_; variable
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 201 unwinding_info_writer_(unwinding_info_writer) {} in OutOfLineRecordWrite() 216 unwinding_info_writer_(unwinding_info_writer) {} in OutOfLineRecordWrite() 233 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate() 246 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate() 259 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon5f02a4ee0111::OutOfLineRecordWrite 453 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 641 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 649 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 784 mode, &unwinding_info_writer_); in AssembleArchInstruction() 791 mode, &unwinding_info_writer_); in AssembleArchInstruction() [all …]
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 321 unwinding_info_writer_(unwinding_info_writer) {} in OutOfLineRecordWrite() 338 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset(), in Generate() 347 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate() 359 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anona6765f420111::OutOfLineRecordWrite 554 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame() 670 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 678 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction() 822 mode, &unwinding_info_writer_); in AssembleArchInstruction() 1812 unwinding_info_writer_.MarkFrameConstructed(__ pc_offset()); in AssembleConstructFrame() 1888 unwinding_info_writer_.MarkBlockWillExit(); in AssembleReturn()
|