Lines Matching refs:stub
459 // Call a code stub. Generate the code if necessary.
460 void CallStub(CodeStub* stub);
462 // Call a code stub and return the code object called. Try to generate
465 MUST_USE_RESULT MaybeObject* TryCallStub(CodeStub* stub);
467 // Tail call a code stub (jump). Generate the code if necessary.
468 void TailCallStub(CodeStub* stub);
470 // Tail call a code stub (jump) and return the code object called. Try to
473 MUST_USE_RESULT MaybeObject* TryTailCallStub(CodeStub* stub);
475 // Return from a code stub after popping its arguments.
483 // Try to generate the stub code if necessary. Do not perform a GC