Searched refs:CONTROL (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | share_opcodes.h | 33 V(OrdinaryBlock, ORDINARY_BLOCK, GateFlags::CONTROL, 1, 0, 0) \ 34 V(DefaultCase, DEFAULT_CASE, GateFlags::CONTROL, 1, 0, 0) \ 38 V(Throw, THROW, GateFlags::CONTROL, 1, 1, 1) \ 39 V(LoopExit, LOOP_EXIT, GateFlags::CONTROL, 1, 0, 0) \ 43 V(IfTrue, IF_TRUE, GateFlags::CONTROL, 1, 0, 0) \ 44 V(IfFalse, IF_FALSE, GateFlags::CONTROL, 1, 0, 0) \ 45 V(IfSuccess, IF_SUCCESS, GateFlags::CONTROL, 1, 0, 0) \ 46 V(IfException, IF_EXCEPTION, GateFlags::CONTROL, 1, 1, 0) \ 53 V(LoopBack, LOOP_BACK, GateFlags::CONTROL, 1, 0, 0) \ 64 V(LoopBegin, LOOP_BEGIN, GateFlags::CONTROL, valu [all...] |
H A D | gate_meta_data_builder.h | 69 GateMetaData cachedMerge##VALUE##_ { OpCode::MERGE, GateFlags::CONTROL, VALUE, 0, 0 }; \ 70 GateMetaData cachedLoopBegin##VALUE##_ { OpCode::LOOP_BEGIN, GateFlags::CONTROL, VALUE, 0, 0 }; \
|
H A D | share_gate_meta_data.cpp | 160 ASSERT(HasFlag(GateFlags::CONTROL)); in IsControlCase()
|
H A D | share_gate_meta_data.h | 51 CONTROL = NO_WRITE, member in panda::ecmascript::kungfu::TypedBinOp
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
H A D | IrToPicture.js | 30 static CONTROL = 1 << INTYPE.state; 60 mask |= NodeTypeMask.CONTROL; 63 mask |= NodeTypeMask.CONTROL;
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 16964 t[t.CONTROL = 2] = "CONTROL"; [all...] |
Completed in 55 milliseconds