• Home
  • Raw
  • Download

Lines Matching defs:cs

25     const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime));  in NoLabelCallRuntime()  local
58 const CallSignature *cs = env_->IsBaselineBuiltin() ? BaselineStubCSigns::Get(index) : in CallStub() local
77 const CallSignature *cs = CommonStubCSigns::Get(index); in CallCommonStub() local
103 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntime() local
121 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntimeWithNewTarget() local
131 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call()
185 const CallSignature *cs = BytecodeStubCSigns::BCHandler(); in CallBCHandler() local
196 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in CallBuiltin() local
214 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsWithArgvCSign(); in CallBuiltinWithArgv() local
226 const CallSignature *cs = BytecodeStubCSigns::BCDebuggerHandler(); in CallBCDebugger() local
238 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in CallRuntime() local
256 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntimeWithArgv)); in CallRuntimeVarargs() local
268 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallNGCRuntime() local
292 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallNGCRuntime() local
324 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in FastCallOptimized() local
342 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in CallOptimized() local