Searched defs:MethodInfos (Results 1 – 1 of 1) sorted by relevance
43 struct MethodInfos { struct44 const BytecodeInstruction &bc_ins_init;45 BytecodeInstruction &bc_ins;46 const BytecodeInstruction &bc_ins_last;47 panda_file::MethodDataAccessor &method_accessor;48 const panda_file::File::EntityId &method_id;49 std::optional<uint64_t> &valid_regs_num;50 const uint8_t *ins_arr;51 uint32_t &ins_slot_num;52 bool &has_slot;[all …]