Searched refs:CreateGateInList (Results 1 – 2 of 2) sorted by relevance
554 std::vector<GateRef> CreateGateInList(const BytecodeInfo &info, const GateMetaData *meta);
698 std::vector<GateRef> BytecodeCircuitBuilder::CreateGateInList( in CreateGateInList() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder889 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate()