Lines Matching refs:jsPandaFile
24 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionName() local
25 return MethodLiteral::ParseFunctionName(jsPandaFile, GetMethodId()); in ParseFunctionName()
30 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodName() local
31 return MethodLiteral::GetMethodName(jsPandaFile, GetMethodId()); in GetMethodName()
41 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetRecordNameStr() local
42 return MethodLiteral::GetRecordName(jsPandaFile, GetMethodId()); in GetRecordNameStr()
47 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetCodeSize() local
48 return MethodLiteral::GetCodeSize(jsPandaFile, GetMethodId()); in GetCodeSize()
66 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodLiteral() local
67 return jsPandaFile->FindMethodLiteral(GetMethodId().GetOffset()); in GetMethodLiteral()
92 JSHandle<Method> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *me… in Create() argument
96 …JSTaggedValue patchVal = vm->GetQuickFixManager()->CheckAndGetPatch(thread, jsPandaFile, methodId); in Create()
102 …Pool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPandaFile, methodId); in Create()