Searched refs:GetMethodInfo (Results 1 – 8 of 8) sorted by relevance
68 CallFrameInfo GetMethodInfo(const MethodKey &methodKey);
180 struct CallFrameInfo HeapSampling::GetMethodInfo(const MethodKey &methodKey) in GetMethodInfo() function in panda::ecmascript::HeapSampling198 tempNode->callFrameInfo_ = GetMethodInfo(methodKey); in FindOrAddNode()
185 struct FrameInfo GetMethodInfo(struct MethodKey &methodKey);
98 methodNode.codeEntry = GetMethodInfo(nodeKey.methodKey); in AddSample()383 struct FrameInfo SamplesRecord::GetMethodInfo(struct MethodKey &methodKey) in GetMethodInfo() function in panda::ecmascript::SamplesRecord
115 void GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_info) const;
64 GetMethodInfo(pair.second, &prog_info_.methods_info[pair.first]); in CollectInfo()992 void Disassembler::GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_in… in GetMethodInfo() function in panda::disasm::Disassembler
913 if ((iter != methodInfoMap_.end()) && (iter->second.GetMethodInfo(checksum) != nullptr)) { in GetTypeInfo()914 … return iter->second.GetMethodInfo(checksum)->GetPGOMethodTypeSet().GetTypeInfo(callback); in GetTypeInfo()983 PGODecodeMethodInfo *GetMethodInfo(uint32_t checksum) in GetMethodInfo() function
129 MethodInfo* GetMethodInfo() const in GetMethodInfo() function