Home | History | Annotate | Download | only in arm

Lines Matching defs:Jump

72 void MacroAssembler::Jump(Register target, Condition cond) {
81 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
92 void MacroAssembler::Jump(byte* target, RelocInfo::Mode rmode,
95 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
99 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
103 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
188 nop(); // Jump table alignment.
478 Jump(adaptor, RelocInfo::CODE_TARGET);
496 Jump(code);
516 Jump(code, rmode);
1156 Jump(stub->GetCode(), RelocInfo::CODE_TARGET, cond);
1256 Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
1267 Jump(r2);