Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h562 void NewByteCode(BytecodeRegion &bb, GateRef &state, GateRef &depend);
Dbytecode_circuit_builder.cpp1023 void BytecodeCircuitBuilder::NewByteCode(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewByteCode() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
1074 NewByteCode(bb, stateCur, dependCur); in BuildSubCircuit()