Home
last modified time | relevance | path

Searched refs:ComputeValueInputCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp559 size_t numValueInputs = bytecodeInfo.ComputeValueInputCount(); in NewJSGate()
600 size_t numValueInputs = bytecodeInfo.ComputeValueInputCount(); in NewJump()
Dbytecodes.h753 size_t ComputeValueInputCount() const in ComputeValueInputCount() function
Dframe_states.cpp262 [[maybe_unused]] size_t numValueInputs = bytecodeInfo.ComputeValueInputCount(); in FillBcInputs()