Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h658 size_t ComputeOutCount() const in ComputeOutCount() function
Dbytecode_circuit_builder.cpp1429 [[maybe_unused]] size_t numValueOutputs = bytecodeInfo.ComputeOutCount(); in BuildCircuit()