diff options
Diffstat (limited to 'runtime/dex_instruction.h')
-rw-r--r-- | runtime/dex_instruction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/dex_instruction.h b/runtime/dex_instruction.h index d269110570..6b9ec7d2c2 100644 --- a/runtime/dex_instruction.h +++ b/runtime/dex_instruction.h @@ -196,6 +196,8 @@ class Instruction { static constexpr uint32_t kMaxVarArgRegs = 5; + static constexpr bool kHaveExperimentalInstructions = false; + // Returns the size (in 2 byte code units) of this instruction. size_t SizeInCodeUnits() const { int result = kInstructionSizeInCodeUnits[Opcode()]; |