Home
last modified time | relevance | path

Searched refs:UnwindingInfoWriter (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/arm/
Dunwinding-info-writer-arm.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
41 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
61 void UnwindingInfoWriter::MarkFrameConstructed(int at_pc) { in MarkFrameConstructed()
82 void UnwindingInfoWriter::MarkFrameDeconstructed(int at_pc) { in MarkFrameDeconstructed()
91 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
99 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
Dunwinding-info-writer-arm.h16 class UnwindingInfoWriter {
18 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function
Dcode-generator-arm.cc170 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
186 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
239 UnwindingInfoWriter* const unwinding_info_writer_;
/external/v8/src/compiler/arm64/
Dunwinding-info-writer-arm64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
42 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
62 void UnwindingInfoWriter::MarkFrameConstructed(int at_pc) { in MarkFrameConstructed()
84 void UnwindingInfoWriter::MarkFrameDeconstructed(int at_pc) { in MarkFrameDeconstructed()
93 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack()
102 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
Dunwinding-info-writer-arm64.h16 class UnwindingInfoWriter {
18 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function
Dcode-generator-arm64.cc263 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineRecordWrite()
309 UnwindingInfoWriter* const unwinding_info_writer_;
/external/v8/src/compiler/x64/
Dunwinding-info-writer-x64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
46 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
68 void UnwindingInfoWriter::MarkFrameConstructed(int pc_base) { in MarkFrameConstructed()
87 void UnwindingInfoWriter::MarkFrameDeconstructed(int pc_base) { in MarkFrameDeconstructed()
Dunwinding-info-writer-x64.h16 class UnwindingInfoWriter {
18 explicit UnwindingInfoWriter(Zone* zone) in UnwindingInfoWriter() function
Dcode-generator-x64.cc193 UnwindingInfoWriter* unwinding_info_writer) in OutOfLineTruncateDoubleToI()
224 UnwindingInfoWriter* const unwinding_info_writer_;
/external/v8/src/compiler/
Dunwinding-info-writer.h29 class UnwindingInfoWriter {
31 explicit UnwindingInfoWriter(Zone* zone) {} in UnwindingInfoWriter() function
Dcode-generator.h394 UnwindingInfoWriter unwinding_info_writer_;