Home
last modified time | relevance | path

Searched refs:eh_frame_writer_ (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dunwinding-info-writer-x64.cc23 if (initial_state->register_ != eh_frame_writer_.base_register() && in BeginInstructionBlock()
24 initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
25 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
26 eh_frame_writer_.SetBaseAddressRegisterAndOffset(initial_state->register_, in BeginInstructionBlock()
28 } else if (initial_state->register_ != eh_frame_writer_.base_register()) { in BeginInstructionBlock()
29 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
30 eh_frame_writer_.SetBaseAddressRegister(initial_state->register_); in BeginInstructionBlock()
31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock()
32 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
33 eh_frame_writer_.SetBaseAddressOffset(initial_state->offset_); in BeginInstructionBlock()
[all …]
Dunwinding-info-writer-x64.h21 eh_frame_writer_(zone), in UnwindingInfoWriter()
25 if (enabled()) eh_frame_writer_.Initialize(); in UnwindingInfoWriter()
30 eh_frame_writer_.AdvanceLocation(pc_offset); in MaybeIncreaseBaseOffsetAt()
31 eh_frame_writer_.IncreaseBaseAddressOffset(base_delta); in MaybeIncreaseBaseOffsetAt()
48 if (enabled()) eh_frame_writer_.Finish(code_size); in Finish()
52 return enabled() ? &eh_frame_writer_ : nullptr; in eh_frame_writer()
69 EhFrameWriter eh_frame_writer_; variable
/third_party/node/deps/v8/src/compiler/backend/s390/
Dunwinding-info-writer-s390.cc23 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
25 eh_frame_writer_.RecordRegisterSavedToStack(r14, kSystemPointerSize); in BeginInstructionBlock()
26 eh_frame_writer_.RecordRegisterSavedToStack(fp, 0); in BeginInstructionBlock()
28 eh_frame_writer_.RecordRegisterFollowsInitialRule(r14); in BeginInstructionBlock()
70 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()
71 eh_frame_writer_.RecordRegisterSavedToStack(r14, kSystemPointerSize); in MarkFrameConstructed()
72 eh_frame_writer_.RecordRegisterSavedToStack(fp, 0); in MarkFrameConstructed()
80 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()
81 eh_frame_writer_.RecordRegisterFollowsInitialRule(r14); in MarkFrameDeconstructed()
88 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()
[all …]
Dunwinding-info-writer-s390.h21 eh_frame_writer_(zone), in UnwindingInfoWriter()
25 if (enabled()) eh_frame_writer_.Initialize(); in UnwindingInfoWriter()
44 if (enabled()) eh_frame_writer_.Finish(code_size); in Finish()
48 return enabled() ? &eh_frame_writer_ : nullptr; in eh_frame_writer()
62 EhFrameWriter eh_frame_writer_; variable
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dunwinding-info-writer-ppc.cc23 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
25 eh_frame_writer_.RecordRegisterSavedToStack(kLrDwarfCode, in BeginInstructionBlock()
27 eh_frame_writer_.RecordRegisterSavedToStack(fp, 0); in BeginInstructionBlock()
29 eh_frame_writer_.RecordRegisterFollowsInitialRule(kLrDwarfCode); in BeginInstructionBlock()
71 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()
72 eh_frame_writer_.RecordRegisterSavedToStack(kLrDwarfCode, in MarkFrameConstructed()
74 eh_frame_writer_.RecordRegisterSavedToStack(fp, 0); in MarkFrameConstructed()
82 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()
83 eh_frame_writer_.RecordRegisterFollowsInitialRule(kLrDwarfCode); in MarkFrameDeconstructed()
90 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()
[all …]
Dunwinding-info-writer-ppc.h21 eh_frame_writer_(zone), in UnwindingInfoWriter()
25 if (enabled()) eh_frame_writer_.Initialize(); in UnwindingInfoWriter()
44 if (enabled()) eh_frame_writer_.Finish(code_size); in Finish()
48 return enabled() ? &eh_frame_writer_ : nullptr; in eh_frame_writer()
62 EhFrameWriter eh_frame_writer_; variable
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dunwinding-info-writer-arm64.cc27 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
29 eh_frame_writer_.RecordRegisterSavedToStack(lr, kSystemPointerSize); in BeginInstructionBlock()
30 eh_frame_writer_.RecordRegisterSavedToStack(fp, 0); in BeginInstructionBlock()
32 eh_frame_writer_.RecordRegisterFollowsInitialRule(lr); in BeginInstructionBlock()
74 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()
75 eh_frame_writer_.RecordRegisterSavedToStack(lr, kSystemPointerSize); in MarkFrameConstructed()
76 eh_frame_writer_.RecordRegisterSavedToStack(fp, 0); in MarkFrameConstructed()
84 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()
85 eh_frame_writer_.RecordRegisterFollowsInitialRule(lr); in MarkFrameDeconstructed()
93 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()
[all …]
Dunwinding-info-writer-arm64.h21 eh_frame_writer_(zone), in UnwindingInfoWriter()
25 if (enabled()) eh_frame_writer_.Initialize(); in UnwindingInfoWriter()
44 if (enabled()) eh_frame_writer_.Finish(code_size); in Finish()
48 return enabled() ? &eh_frame_writer_ : nullptr; in eh_frame_writer()
62 EhFrameWriter eh_frame_writer_; variable
/third_party/node/deps/v8/src/compiler/backend/arm/
Dunwinding-info-writer-arm.cc24 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()
26 eh_frame_writer_.RecordRegisterSavedToStack(lr, kSystemPointerSize); in BeginInstructionBlock()
28 eh_frame_writer_.RecordRegisterFollowsInitialRule(lr); in BeginInstructionBlock()
70 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()
71 eh_frame_writer_.RecordRegisterSavedToStack(lr, kSystemPointerSize); in MarkFrameConstructed()
79 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()
80 eh_frame_writer_.RecordRegisterFollowsInitialRule(lr); in MarkFrameDeconstructed()
87 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()
88 eh_frame_writer_.SetBaseAddressRegisterAndOffset(sp, 0); in MarkLinkRegisterOnTopOfStack()
89 eh_frame_writer_.RecordRegisterSavedToStack(lr, 0); in MarkLinkRegisterOnTopOfStack()
[all …]
Dunwinding-info-writer-arm.h21 eh_frame_writer_(zone), in UnwindingInfoWriter()
25 if (enabled()) eh_frame_writer_.Initialize(); in UnwindingInfoWriter()
44 if (enabled()) eh_frame_writer_.Finish(code_size); in Finish()
48 return enabled() ? &eh_frame_writer_ : nullptr; in eh_frame_writer()
62 EhFrameWriter eh_frame_writer_; variable