Lines Matching refs:target
594 void MergeFullStackWith(CacheState& target, const CacheState& source);
595 void MergeStackWith(CacheState& target, uint32_t arity, JumpDirection);
640 // Move {*target} into another register if needed and update {*target} to that
641 // register, or {no_reg} if target was spilled to the stack.
643 Register* target = nullptr,
1037 inline void emit_smi_check(Register obj, Label* target, SmiCheckMode mode);
1482 // Indirect call: If {target == no_reg}, then pop the target from the stack.
1485 Register target);
1486 inline void TailCallIndirect(Register target);