Searched defs:MethodInfo (Results 1 – 8 of 8) sorted by relevance
29 struct MethodInfo { struct49 std::map<std::string, MethodInfo> methods_info; argument
29 struct MethodInfo { struct47 std::map<std::string, MethodInfo> methodsInfo; argument
33 struct MethodInfo { struct55 std::list<HCountersInfo::MethodInfo> methodsList; in operator() argument
54 struct MethodInfo { struct55 ir::Expression *key;56 util::StringView backupName; // For computed property.57 ir::MethodDefinitionKind kind;58 ir::ModifierFlags modifiers;59 bool isComputed;
52 struct MethodInfo { struct56 MethodInfo(uintptr_t methodId, uintptr_t codeBegin, uint32_t codeSize) in MethodInfo() argument
100 struct MethodInfo { struct101 uint32_t nregs;102 uint32_t nargs;103 panda_file::File::EntityId methodId;
40 …MethodInfo(uint32_t methodInfoIndex, uint32_t methodPcInfoIndex, std::shared_ptr<CString> recordNa… in MethodInfo() function118 friend class MethodInfo; variable
39 MethodInfo(const panda_file::MethodDataAccessor &mda, size_t index, ClassLinkerContext *ctx) in MethodInfo() function