Lines Matching defs:cs
828 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime));
830 GateRef result = builder_.Call(cs, glue_, target, builder_.GetDepend(), args, gate, name.c_str());
842 const CallSignature *cs = RuntimeStubCSigns::Get(index);
844 GateRef result = builder_.Call(cs, glue_, target, builder_.GetDepend(), args, gate, name.c_str());
3422 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign();
3423 result->WriteVariable(builder_.Call(cs, glue, code, depend, argsFastCall, gate, "callFastAOT"));
3428 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv));
3431 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "callFastBridge"));
3445 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign();
3446 result->WriteVariable(builder_.Call(cs, glue, code, depend, args, gate, "callAOT"));
3451 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv));
3454 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "callBridge"));
3462 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew));
3465 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "slowNew"));
3510 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign();
3511 result->WriteVariable(builder_.Call(cs, glue, code, depend, argsFastCall, gate, "callFastAOT"));
3518 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv));
3521 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "callFastBridge"));
3539 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign();
3540 result->WriteVariable(builder_.Call(cs, glue, code, depend, args, gate, "callAOT"));
3547 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv));
3550 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "callBridge"));
3561 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew));
3564 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "slowNew"));
3569 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall));
3572 result->WriteVariable(builder_.Call(cs, glue, target, depend, args, gate, "jscall"));
3591 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign();
3592 GateRef result = builder_.Call(cs, glue_, code, depend, args, gate, "callAOT");
3608 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign();
3609 GateRef result = builder_.Call(cs, glue_, code, depend, args, gate, "callFastAOT");