Lines Matching defs:methodId
26 MethodLiteral::MethodLiteral(EntityId methodId) in MethodLiteral()
35 EntityId methodId = GetMethodId(); in Initialize() local
89 std::string MethodLiteral::ParseFunctionName(const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionName()
97 const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionNameView()
117 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString()
137 const char* MethodLiteral::GetMethodName(const JSPandaFile* jsPandaFile, EntityId methodId, bool cp… in GetMethodName()
146 const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) in GetMethodNameView()
155 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName()
164 …nst char *MethodLiteral::GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordNameWithSymbol()
176 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize()
197 EntityId methodId = GetMethodId(); in GetConcurrentRequestedModules() local