Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.cc299 byte pc_jump_part = *--pos_; in AdvanceReadVariableLengthPCJump() local
300 pc_jump |= (pc_jump_part >> kLastChunkTagBits) << i * kChunkBits; in AdvanceReadVariableLengthPCJump()
301 if ((pc_jump_part & kLastChunkTagMask) == 1) break; in AdvanceReadVariableLengthPCJump()