Home
last modified time | relevance | path

Searched refs:CreateGateInList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h554 std::vector<GateRef> CreateGateInList(const BytecodeInfo &info, const GateMetaData *meta);
Dbytecode_circuit_builder.cpp698 std::vector<GateRef> BytecodeCircuitBuilder::CreateGateInList( in CreateGateInList() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
889 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate()