Searched refs:jump_location (Results 1 – 2 of 2) sorted by relevance
824 const ZoneVector<uint8_t>::iterator& jump_location, int delta) { in PatchIndirectJumpWith8BitOperand() argument825 Bytecode jump_bytecode = Bytecodes::FromByte(*jump_location); in PatchIndirectJumpWith8BitOperand()827 ZoneVector<uint8_t>::iterator operand_location = jump_location + 1; in PatchIndirectJumpWith8BitOperand()842 *jump_location = Bytecodes::ToByte(jump_bytecode); in PatchIndirectJumpWith8BitOperand()849 const ZoneVector<uint8_t>::iterator& jump_location, int delta) { in PatchIndirectJumpWith16BitOperand() argument850 DCHECK(Bytecodes::IsJumpConstantWide(Bytecodes::FromByte(*jump_location))); in PatchIndirectJumpWith16BitOperand()851 ZoneVector<uint8_t>::iterator operand_location = jump_location + 1; in PatchIndirectJumpWith16BitOperand()865 const ZoneVector<uint8_t>::iterator& jump_location) { in PatchJump() argument866 Bytecode jump_bytecode = Bytecodes::FromByte(*jump_location); in PatchJump()867 int delta = static_cast<int>(jump_target - jump_location); in PatchJump()[all …]
288 const ZoneVector<uint8_t>::iterator& jump_location);290 const ZoneVector<uint8_t>::iterator& jump_location, int delta);292 const ZoneVector<uint8_t>::iterator& jump_location, int delta);