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