Lines Matching full:method_id
67 void AddMethodToTables(const panda_file::File::EntityId &method_id);
68 void GetMethod(pandasm::Function *method, const panda_file::File::EntityId &method_id);
77 … panda_file::File::EntityId method_id) const;
95 … void GetMethodAnnotations(pandasm::Function &method, const panda_file::File::EntityId &method_id);
102 IdList GetInstructions(pandasm::Function *method, panda_file::File::EntityId method_id,
104 LabelTable GetExceptions(pandasm::Function *method, panda_file::File::EntityId method_id,
115 void GetMetaData(pandasm::Function *method, const panda_file::File::EntityId &method_id) const;
125 std::string GetFullMethodName(const panda_file::File::EntityId &method_id) const;
126 std::string GetMethodSignature(const panda_file::File::EntityId &method_id) const;
130 void GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_info) const;
177 …std::string IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, size_t id…