Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h122 const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, in JSBytecode() function
126 return metaBuilder_.JSBytecode(valuesIn, opcode, bcIndex, flags); in JSBytecode()
Dgate_meta_data_builder.h111 …const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, uint32_t bcIndex, GateFlags fla… in JSBytecode() function
Dbytecode_circuit_builder.cpp821 auto meta = circuit_->JSBytecode(numValueInputs, in NewJSGate()
897 auto meta = circuit_->JSBytecode(numValueInputs, in NewJump()