Searched refs:operand_location (Results 1 – 1 of 1) sorted by relevance
273 size_t operand_location = jump_location + 1; in PatchJumpWith8BitOperand() local274 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder); in PatchJumpWith8BitOperand()279 bytecodes()->at(operand_location) = static_cast<uint8_t>(delta); in PatchJumpWith8BitOperand()290 bytecodes()->at(operand_location) = static_cast<uint8_t>(entry); in PatchJumpWith8BitOperand()301 size_t operand_location = jump_location + 1; in PatchJumpWith16BitOperand() local320 DCHECK(bytecodes()->at(operand_location) == k8BitJumpPlaceholder && in PatchJumpWith16BitOperand()321 bytecodes()->at(operand_location + 1) == k8BitJumpPlaceholder); in PatchJumpWith16BitOperand()322 bytecodes()->at(operand_location++) = operand_bytes[0]; in PatchJumpWith16BitOperand()323 bytecodes()->at(operand_location) = operand_bytes[1]; in PatchJumpWith16BitOperand()334 size_t operand_location = jump_location + 1; in PatchJumpWith32BitOperand() local[all …]