Home | History | Annotate | Download | only in ia32

Lines Matching full:stub

332   // Call a code stub.  Generate the code if necessary.
333 void CallStub(CodeStub* stub);
335 // Call a code stub and return the code object called. Try to generate
338 Object* TryCallStub(CodeStub* stub);
340 // Tail call a code stub (jump). Generate the code if necessary.
341 void TailCallStub(CodeStub* stub);
343 // Tail call a code stub (jump) and return the code object called. Try to
346 Object* TryTailCallStub(CodeStub* stub);
348 // Return from a code stub after popping its arguments.
356 // Try to generate the stub code if necessary. Do not perform a GC