Searched refs:GetMethodInfo (Results 1 – 4 of 4) sorted by relevance
76 struct StackInfo GetMethodInfo(JSMethod *method);
75 methodNode.codeEntry = GetMethodInfo(methodkey.method); in AddSample()191 struct StackInfo ProfileGenerator::GetMethodInfo(JSMethod *method) in GetMethodInfo() function in panda::ecmascript::ProfileGenerator
114 void GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_info) const;
77 GetMethodInfo(pair.second, &prog_info_.methods_info[pair.first]); in CollectInfo()966 void Disassembler::GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_in… in GetMethodInfo() function in panda::disasm::Disassembler