Searched refs:pc_base (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/x64/
H A Dunwinding-info-writer-x64.cc68 void UnwindingInfoWriter::MarkFrameConstructed(int pc_base) { argument
72 eh_frame_writer_.AdvanceLocation(pc_base + 1);
81 eh_frame_writer_.AdvanceLocation(pc_base + 4);
87 void UnwindingInfoWriter::MarkFrameDeconstructed(int pc_base) { argument
91 eh_frame_writer_.AdvanceLocation(pc_base + 3);
95 eh_frame_writer_.AdvanceLocation(pc_base + 4);
H A Dunwinding-info-writer-x64.h41 void MarkFrameConstructed(int pc_base);
42 void MarkFrameDeconstructed(int pc_base);
H A Dcode-generator-x64.cc2393 int pc_base = __ pc_offset(); local
2408 unwinding_info_writer_.MarkFrameConstructed(pc_base);

Completed in 93 milliseconds