Lines Matching defs:methodLiteral
53 MethodLiteral *methodLiteral,
59 cb(recordName, methodName, methodLiteral, methodOffset,
73 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodId);
74 if (methodLiteral == nullptr) {
77 const std::string methodName(MethodLiteral::GetMethodName(jsPandaFile_, methodLiteral->GetMethodId()));
79 methodLiteral->GetMethodId().GetOffset())) {
84 CompileMethod(cb, methodInfo.GetRecordName(), methodName, methodLiteral,
152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral,
157 if (methodLiteral == nullptr) {
160 const std::string methodName(MethodLiteral::GetMethodName(jsPandaFile, methodLiteral->GetMethodId()));
164 auto &methodInfo = methodList.at(methodLiteral->GetMethodId().GetOffset());
167 auto methodOffset = methodLiteral->GetMethodId().GetOffset();
171 return cb(bytecodeInfo_.GetRecordNameWithIndex(0), methodName, methodLiteral, profileTypeInfo,