Home
last modified time | relevance | path

Searched refs:UnwindingInfoWriter (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.cc15 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
38 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
58 void UnwindingInfoWriter::MarkFrameConstructed(int at_pc) { in MarkFrameConstructed()
80 void UnwindingInfoWriter::MarkFrameDeconstructed(int at_pc) { in MarkFrameDeconstructed()
89 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack()
98 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
H A Dunwinding-info-writer-arm64.h17 class UnwindingInfoWriter { class
19 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function in v8::internal::compiler::UnwindingInfoWriter
H A Dcode-generator-arm64.cc272 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
335 UnwindingInfoWriter* const unwinding_info_writer_;
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
54 void UnwindingInfoWriter::MarkFrameConstructed(int at_pc) { in MarkFrameConstructed()
75 void UnwindingInfoWriter::MarkFrameDeconstructed(int at_pc) { in MarkFrameDeconstructed()
84 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
92 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
H A Dunwinding-info-writer-arm.h17 class UnwindingInfoWriter { class
19 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function in v8::internal::compiler::UnwindingInfoWriter
H A Dcode-generator-arm.cc180 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
237 UnwindingInfoWriter* const unwinding_info_writer_;
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dunwinding-info-writer-ppc.cc11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
35 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
55 void UnwindingInfoWriter::MarkFrameConstructed(int at_pc) { in MarkFrameConstructed()
78 void UnwindingInfoWriter::MarkFrameDeconstructed(int at_pc) { in MarkFrameDeconstructed()
87 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
95 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
H A Dunwinding-info-writer-ppc.h17 class UnwindingInfoWriter { class
19 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function in v8::internal::compiler::UnwindingInfoWriter
H A Dcode-generator-ppc.cc136 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
158 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
235 UnwindingInfoWriter* const unwinding_info_writer_;
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dunwinding-info-writer-s390.cc11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
54 void UnwindingInfoWriter::MarkFrameConstructed(int at_pc) { in MarkFrameConstructed()
76 void UnwindingInfoWriter::MarkFrameDeconstructed(int at_pc) { in MarkFrameDeconstructed()
85 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
93 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
H A Dunwinding-info-writer-s390.h17 class UnwindingInfoWriter { class
19 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function in v8::internal::compiler::UnwindingInfoWriter
H A Dcode-generator-s390.cc174 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
196 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
270 UnwindingInfoWriter* const unwinding_info_writer_;
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dunwinding-info-writer-x64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
39 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
61 void UnwindingInfoWriter::MarkFrameConstructed(int pc_base) { in MarkFrameConstructed()
80 void UnwindingInfoWriter::MarkFrameDeconstructed(int pc_base) { in MarkFrameDeconstructed()
H A Dunwinding-info-writer-x64.h17 class UnwindingInfoWriter { class
19 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function in v8::internal::compiler::UnwindingInfoWriter
H A Dcode-generator-x64.cc210 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineTruncateDoubleToI()
256 UnwindingInfoWriter* const unwinding_info_writer_;
/third_party/node/deps/v8/src/compiler/backend/
H A Dunwinding-info-writer.h40 class UnwindingInfoWriter { class
42 explicit UnwindingInfoWriter(Zone*) {} in UnwindingInfoWriter() function in v8::internal::compiler::UnwindingInfoWriter
H A Dcode-generator.h411 UnwindingInfoWriter unwinding_info_writer_;

Completed in 30 milliseconds