mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2025-02-22 16:15:53 +00:00
update verifier/verifier.h.
Signed-off-by: lphwork <liupenghui12@huawei.com>
This commit is contained in:
parent
4bb4733c23
commit
192797c22c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user