Lines Matching defs:MethodInfo
62 struct MethodInfo {
66 MethodInfo(uintptr_t methodId, uintptr_t codeBegin, uint32_t codeSize)
68 friend bool operator<(const MethodInfo &lhs, const MethodInfo &rhs)
118 static std::optional<MethodInfo> ReadMethodInfo(panda_file::MethodDataAccessor &mda);
119 static CVector<MethodInfo> ReadAllMethodInfos(std::shared_ptr<JSPandaFile> jsPandaFile);
120 static std::optional<CodeInfo> TranslateByteCodePc(uintptr_t realPc, const CVector<MethodInfo> &vec);
127 CVector<MethodInfo> methodInfo_;
129 std::unordered_map<uintptr_t, CVector<MethodInfo>> methodInfos_;
156 CVector<MethodInfo> GetMethodInfos();
159 CVector<MethodInfo> methodInfo_;