Home | History | Annotate | Download | only in mips

Lines Matching refs:CallSize

2484 int MacroAssembler::CallSize(Register target,
2524 ASSERT_EQ(CallSize(target, cond, rs, rt, bd),
2529 int MacroAssembler::CallSize(Address target,
2535 int size = CallSize(t9, cond, rs, rt, bd);
2555 ASSERT_EQ(CallSize(target, rmode, cond, rs, rt, bd),
2560 int MacroAssembler::CallSize(Handle<Code> code,
2567 return CallSize(reinterpret_cast<Address>(code.location()),
2588 ASSERT_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
3669 call_wrapper.BeforeCall(CallSize(adaptor));
3702 call_wrapper.BeforeCall(CallSize(code));
4258 call_wrapper.BeforeCall(CallSize(t9));