Searched refs:GetConstantStringGate (Results 1 – 3 of 3) sorted by relevance
64 GateRef GetConstantStringGate(MachineType machineType, const std::string &str, GateType type);
466 GateRef Circuit::GetConstantStringGate(MachineType machineType, const std::string &str, in GetConstantStringGate() function in panda::ecmascript::kungfu::Circuit
745 return GetCircuit()->GetConstantStringGate(MachineType::ARCH, str, GateType::NJSValue()); in StringPtr()