Searched refs:JSBytecode (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | meta_data_equal_test.cpp | 141 auto meta = circuit.JSBytecode(0, 0, EcmaOpcode::JEQZ_IMM8, 0, 0, true, false); in HWTEST_F_L0() 144 auto meta2 = circuit.JSBytecode(0, 0, EcmaOpcode::JEQZ_IMM8, 0, 0, true, false); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 187 const GateMetaData* JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, in JSBytecode() function 193 return metaBuilder_.JSBytecode(valuesIn, methodId, opcode, pcOffset, bcIndex, flags); in JSBytecode()
|
| D | gate_meta_data_builder.h | 149 const GateMetaData *JSBytecode( in JSBytecode() function
|
| D | bytecode_circuit_builder.cpp | 866 auto meta = circuit_->JSBytecode( in NewJSGate() 907 auto meta = circuit_->JSBytecode( in NewJump()
|