Lines Matching refs:MethodLiteral
178 return MethodLiteral::IsAotWithCallField(callField);
186 return MethodLiteral::OnlyHaveThisWithCallField(callField);
192 return MethodLiteral::OnlyHaveNewTagetAndThisWithCallField(callField);
209 return MethodLiteral::GetNumArgsWithCallField(callField);
231 return MethodLiteral::GetHotnessCounter(literalInfo);
237 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter);
244 return MethodLiteral::GetMethodId(literalInfo);
250 return MethodLiteral::GetSlotSize(literalInfo);
445 MethodLiteral *PUBLIC_API GetMethodLiteral() const;
503 static JSHandle<Method> Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral);