Searched defs:NOP (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | gate_meta_data_builder.h | 175 const GateMetaData cachedNop_ { OpCode::NOP, GateFlags::NONE_FLAG, 0, 0, 0 }; member in panda::ecmascript::kungfu::GateMetaBuilder::OpCode |
| H A D | share_opcodes.h | 142 NOP = 0, member in panda::ecmascript::kungfu::OpCode |
| /arkcompiler/runtime_core/libpandafile/tests/ | ||
| H A D | bytecode_emitter_tests.cpp | 451 expected << Opcode::NOP; in HWTEST() member in Opcode |
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ | ||
| H A D | bytecode_emitter_tests.cpp | 598 expected << Opcode::NOP; in TEST() member in ark::panda_file::test::Opcode |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ | ||
| H A D | old_instruction_enum.h | 71 NOP = 0, member in Opcode |
Completed in 6 milliseconds