Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc206 unwinding_info_writer_(unwinding_info_writer), in OutOfLineTruncateDoubleToI()
212 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate()
229 unwinding_info_writer_->MaybeIncreaseBaseOffsetAt(__ pc_offset(), in Generate()
237 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon4dff44d40111::OutOfLineTruncateDoubleToI
683 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
931 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
954 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
970 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
1088 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
1094 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/
Dcode-generator.cc59 unwinding_info_writer_(codegen_zone), in CodeGenerator()
246 unwinding_info_writer_.SetNumberOfInstructionBlocks( in AssembleCode()
265 unwinding_info_writer_.BeginInstructionBlock(tasm()->pc_offset(), block); in AssembleCode()
308 unwinding_info_writer_.EndInstructionBlock(block); in AssembleCode()
394 unwinding_info_writer_.Finish(tasm()->pc_offset()); in AssembleCode()
499 if (unwinding_info_writer_.eh_frame_writer()) { in FinalizeCode()
500 unwinding_info_writer_.eh_frame_writer()->GetEhFrame(&desc); in FinalizeCode()
Dcode-generator.h428 UnwindingInfoWriter unwinding_info_writer_; variable
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc274 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
294 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset(), sp); in Generate()
310 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate()
321 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon41d03a240111::OutOfLineRecordWrite
553 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
739 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
756 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
771 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
889 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
898 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc184 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
201 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate()
214 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate()
225 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anonb92e5ed00111::OutOfLineRecordWrite
550 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
805 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
819 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
831 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
946 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
956 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc145 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
162 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
191 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate()
206 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate()
220 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon8183cf360111::OutOfLineRecordWrite
690 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
1199 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction()
1206 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction()
3722 unwinding_info_writer_.MarkFrameConstructed(__ pc_offset()); in AssembleConstructFrame()
3833 unwinding_info_writer_.MarkBlockWillExit(); in AssembleReturn()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc182 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
199 unwinding_info_writer_(unwinding_info_writer), in OutOfLineRecordWrite()
226 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset()); in Generate()
240 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset()); in Generate()
254 UnwindingInfoWriter* const unwinding_info_writer_; member in v8::internal::compiler::__anon93ef5dce0111::OutOfLineRecordWrite
1176 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset()); in AssembleDeconstructFrame()
1648 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction()
1655 DetermineStubCallMode(), &unwinding_info_writer_); in AssembleArchInstruction()
4616 unwinding_info_writer_.MarkFrameConstructed(__ pc_offset()); in AssembleConstructFrame()
4721 unwinding_info_writer_.MarkBlockWillExit(); in AssembleReturn()