Home | History | Annotate | Download | only in ia32

Lines Matching refs:stub

672   // Call a code stub.  Generate the code if necessary.
673 void CallStub(CodeStub* stub, unsigned ast_id = kNoASTId);
675 // Tail call a code stub (jump). Generate the code if necessary.
676 void TailCallStub(CodeStub* stub);
678 // Return from a code stub after popping its arguments.
804 inline bool AllowThisStubCall(CodeStub* stub);