Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc84 uint32_t pc_jump = pc_delta >> kSmallPCDeltaBits; in WriteLongPCJump() local
85 DCHECK_GT(pc_jump, 0); in WriteLongPCJump()
91 pc_jump); in WriteLongPCJump()
203 uint32_t pc_jump = base::VLQDecodeUnsigned([this] { return *--pos_; }); in AdvanceReadLongPCJump() local
206 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits; in AdvanceReadLongPCJump()