Lines Matching refs:target
142 void Name(target_type target); \
143 void Name(target_type target, COND_TYPED_ARGS);
152 void Branch(Label* target);
153 void Branch(int32_t target);
155 void Branch(Label* target, Condition cond, Register r1, const Operand& r2,
157 void Branch(int32_t target, Condition cond, Register r1, const Operand& r2,
185 void BranchTrueShortF(Register rs, Label* target);
186 void BranchFalseShortF(Register rs, Label* target);
188 void BranchTrueF(Register rs, Label* target);
189 void BranchFalseF(Register rs, Label* target);
233 void Jump(Register target, COND_ARGS);
234 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
235 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
236 // Deffer from li, this method save target to the memory, and then load
239 void PatchAndJump(Address target);
242 void Call(Register target, COND_ARGS);
243 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
246 void Call(Label* target);
248 Register dst, Label* target,
268 void StoreReturnAddressAndCall(Register target);
270 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
624 void AlignedLoadHelper(Reg_T target, const MemOperand& rs, Func generator);
897 // Get the actual activation frame alignment for target environment.