Lines Matching refs:GetMethodId
24 return MethodLiteral::ParseFunctionName(jsPandaFile, GetMethodId());
30 return MethodLiteral::ParseFunctionNameView(jsPandaFile, GetMethodId());
36 return MethodLiteral::GetMethodName(jsPandaFile, GetMethodId());
41 return MethodLiteral::GetMethodName(file, GetMethodId());
47 return MethodLiteral::GetRecordName(jsPandaFile, GetMethodId());
53 return MethodLiteral::GetCodeSize(jsPandaFile, GetMethodId());
73 return jsPandaFile->FindMethodLiteral(GetMethodId().GetOffset());
89 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId());
110 panda_file::MethodDataAccessor mda(*pandaFile, GetMethodId());
118 EntityId methodId = methodLiteral->GetMethodId();