Searched refs:relative_offset (Results 1 – 3 of 3) sorted by relevance
174 int relative_offset = GetImmediateOperand(0); in GetJumpTargetOffset() local175 return current_offset() + relative_offset + current_prefix_offset(); in GetJumpTargetOffset()
201 compiler::Node* BytecodeOperandReadUnaligned(int relative_offset,
169 int relative_offset, MachineType result_type) { in BytecodeOperandReadUnaligned() argument204 Node* offset = IntPtrConstant(relative_offset + msb_offset + i * kStep); in BytecodeOperandReadUnaligned()