Lines Matching defs:inlinedMethod
112 MethodLiteral* inlinedMethod = nullptr;
120 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset);
121 if (!CheckParameter(gate, info, inlinedMethod)) {
126 ctx_->GetBytecodeInfoCollector()->ProcessMethod(inlinedMethod);
132 if (info.IsNormalCall() && ctx_->FilterMethod(inlinedMethod, methodPcInfo)) {
139 inlineSuccess_ = FilterInlinedMethod(inlinedMethod, methodPcInfo.pcOffsets);
149 UpdateCallMethodFlagMap(methodOffset, inlinedMethod);
150 InlineCall(methodInfo, methodPcInfo, inlinedMethod, info);
160 if ((inlinedMethod != nullptr) && IsLogEnabled() && inlineSuccess_) {
164 MethodLiteral::GetMethodName(jsPandaFile, inlinedMethod->GetMethodId()));
166 const std::string recordName(MethodLiteral::GetRecordName(jsPandaFile, inlinedMethod->GetMethodId()));