Lines Matching defs:methodId
26 MethodLiteral::MethodLiteral(EntityId methodId) in MethodLiteral()
35 EntityId methodId = GetMethodId(); in Initialize() local
92 std::string MethodLiteral::ParseFunctionName(const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionName()
100 const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionNameView()
120 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString()
140 const char* MethodLiteral::GetMethodName(const JSPandaFile* jsPandaFile, EntityId methodId, bool cp… in GetMethodName()
149 const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) in GetMethodNameView()
158 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName()
167 …nst char *MethodLiteral::GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordNameWithSymbol()
179 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize()
200 EntityId methodId = GetMethodId(); in GetConcurrentRequestedModules() local