Lines Matching full:stub
287 // Call stub given the number of arguments it expects on (and
289 void CallStub(CodeStub* stub, int arg_count) {
291 RawCallStub(stub);
294 // Call stub that expects its argument in r0. The argument is given
296 void CallStub(CodeStub* stub, Result* arg);
298 // Call stub that expects its arguments in r1 and r0. The arguments
300 void CallStub(CodeStub* stub, Result* arg0, Result* arg1);
318 // Call into an IC stub given the number of arguments it removes
529 // Call a code stub that has already been prepared for calling (via
531 void RawCallStub(CodeStub* stub);