Lines Matching refs:target
139 void BranchTrueShortF(Label* target, CFRegister cc = FCC0);
140 void BranchFalseShortF(Label* target, CFRegister cc = FCC0);
142 void BranchTrueF(Label* target, CFRegister cc = FCC0);
143 void BranchFalseF(Label* target, CFRegister cc = FCC0);
176 void Jump(Register target, COND_ARGS);
177 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
178 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
179 // Deffer from li, this method save target to the memory, and then load
182 void PatchAndJump(Address target);
185 void Call(Register target, COND_ARGS);
186 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
189 void Call(Label* target);
209 void StoreReturnAddressAndCall(Register target);
211 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
732 // Get the actual activation frame alignment for target environment.