Searched refs:JSBytecode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 172 const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, in JSBytecode() function 178 return metaBuilder_.JSBytecode(valuesIn, opcode, pcOffset, flags); in JSBytecode()
|
| D | gate_meta_data_builder.h | 137 …const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags fl… in JSBytecode() function
|
| D | bytecode_circuit_builder.cpp | 888 …auto meta = circuit_->JSBytecode(numValueInputs, bytecodeInfo.GetOpcode(), pcOffset, writable, has… in NewJSGate() 958 …auto meta = circuit_->JSBytecode(numValueInputs, bytecodeInfo.GetOpcode(), pcOffset, false, false); in NewJump()
|