Home | History | Annotate | Download | only in mips

Lines Matching refs:CallSize

2848 int MacroAssembler::CallSize(Register target,
2888 DCHECK_EQ(CallSize(target, cond, rs, rt, bd),
2893 int MacroAssembler::CallSize(Address target,
2899 int size = CallSize(t9, cond, rs, rt, bd);
2919 DCHECK_EQ(CallSize(target, rmode, cond, rs, rt, bd),
2924 int MacroAssembler::CallSize(Handle<Code> code,
2932 return CallSize(reinterpret_cast<Address>(code.location()),
2954 DCHECK_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
4053 call_wrapper.BeforeCall(CallSize(adaptor));
4083 call_wrapper.BeforeCall(CallSize(code));
4638 call_wrapper.BeforeCall(CallSize(t9));