Home
last modified time | relevance | path

Searched refs:GetPrimaryOpcode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h52 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb307 uint8_t primary = GetPrimaryOpcode();
317 …ASSERT(GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>); // NOLINT(readability…
329 …return GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>; // NOLINT(readability-…
467 auto opcode = GetPrimaryOpcode();
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h271 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function