Searched refs:k8BitJumpPlaceholder (Results 1 – 2 of 2) sorted by relevance
274 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder); in PatchJumpWith8BitOperand()320 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith16BitOperand()321 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder); in PatchJumpWith16BitOperand()335 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()336 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()337 bytecodes()->at(operand_location + 2) == k8BitJumpPlaceholder && in PatchJumpWith32BitOperand()338 bytecodes()->at(operand_location + 3) == k8BitJumpPlaceholder); in PatchJumpWith32BitOperand()412 node->update_operand0(k8BitJumpPlaceholder); in EmitJump()
59 const uint32_t k8BitJumpPlaceholder = 0x7f; variable61 k8BitJumpPlaceholder | (k8BitJumpPlaceholder << 8);