update verifier/verifier.h.

Signed-off-by: lphwork <liupenghui12@huawei.com>
This commit is contained in:
lphwork 2023-12-02 09:28:57 +00:00 committed by Gitee
parent 4bb4733c23
commit 192797c22c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -71,7 +71,7 @@ private:
bool IsJumpInstruction(const Opcode &ins_opcode);
bool VerifyJumpInstruction(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last,
const BytecodeInstruction &bc_ins_first);
bool GetIcSlotFromInstruction(const BytecodeInstruction &bc_ins,uint32_t &first_slot_index, bool &has_slot,
bool GetIcSlotFromInstruction(const BytecodeInstruction &bc_ins, uint32_t &first_slot_index, bool &has_slot,
bool &is_two_slot);
bool VerifySlotNumber(panda_file::MethodDataAccessor &method_accessor, const uint32_t &slot_number,
const panda_file::File::EntityId &method_id);