Lines Matching defs:cs
292 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime));
293 ASSERT(cs->IsRuntimeStub());
296 GateRef slowResult = builder_.Call(cs, glue, target, builder_.GetDepend(),
351 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime));
352 ASSERT(cs->IsRuntimeStub());
355 GateRef result = builder_.Call(cs, glue, target, builder_.GetDepend(),
411 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment)
418 cs = RuntimeStubCSigns::Get(index);
422 cs = CommonStubCSigns::Get(index);
428 cs = CommonStubCSigns::Get(index);
433 cs = CommonStubCSigns::Get(index);
481 const CallSignature* cs = nullptr;
482 index = SelectBarrier(share, cs, comment);
483 ASSERT(cs && (cs->IsCommonStub() || cs->IsASMCallBarrierStub()) && "Invalid call signature for barrier");
487 GateRef storeBarrier = builder_.Call(cs, glue, target, builder_.GetDepend(),
545 const CallSignature* cs = nullptr;
546 index = SelectBarrier(share, cs, comment);
547 ASSERT(cs && (cs->IsCommonStub() || cs->IsASMCallBarrierStub()) && "Invalid call signature for barrier");
559 GateRef storeBarrier = builder_.Call(cs, glue, target, builder_.GetDepend(),