Home | History | Annotate | Download | only in mips64

Lines Matching refs:CallSize

2759 int MacroAssembler::CallSize(Register target,
2799 DCHECK_EQ(CallSize(target, cond, rs, rt, bd),
2804 int MacroAssembler::CallSize(Address target,
2810 int size = CallSize(t9, cond, rs, rt, bd);
2830 DCHECK_EQ(CallSize(target, rmode, cond, rs, rt, bd),
2835 int MacroAssembler::CallSize(Handle<Code> code,
2843 return CallSize(reinterpret_cast<Address>(code.location()),
2865 DCHECK_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
3940 call_wrapper.BeforeCall(CallSize(adaptor));
3970 call_wrapper.BeforeCall(CallSize(code));
4528 call_wrapper.BeforeCall(CallSize(t9));