Searched refs:JSBytecode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 122 const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, in JSBytecode() function 126 return metaBuilder_.JSBytecode(valuesIn, opcode, bcIndex, flags); in JSBytecode()
|
| D | gate_meta_data_builder.h | 111 …const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, uint32_t bcIndex, GateFlags fla… in JSBytecode() function
|
| D | bytecode_circuit_builder.cpp | 821 auto meta = circuit_->JSBytecode(numValueInputs, in NewJSGate() 897 auto meta = circuit_->JSBytecode(numValueInputs, in NewJump()
|