Lines Matching defs:jsPandaFile
23 const JSPandaFile *jsPandaFile = GetJSPandaFile();
24 return MethodLiteral::ParseFunctionName(jsPandaFile, GetMethodId());
29 const JSPandaFile *jsPandaFile = GetJSPandaFile();
30 return MethodLiteral::ParseFunctionNameView(jsPandaFile, GetMethodId());
35 const JSPandaFile *jsPandaFile = GetJSPandaFile();
36 return MethodLiteral::GetMethodName(jsPandaFile, GetMethodId());
46 const JSPandaFile *jsPandaFile = GetJSPandaFile();
47 return MethodLiteral::GetRecordName(jsPandaFile, GetMethodId());
52 const JSPandaFile *jsPandaFile = GetJSPandaFile();
53 return MethodLiteral::GetCodeSize(jsPandaFile, GetMethodId());
71 const JSPandaFile *jsPandaFile = GetJSPandaFile();
72 ASSERT(jsPandaFile != nullptr);
73 return jsPandaFile->FindMethodLiteral(GetMethodId().GetOffset());
115 JSHandle<Method> Method::Create(JSThread *thread, const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral)
119 JSTaggedValue patchVal = vm->GetQuickFixManager()->CheckAndGetPatch(thread, jsPandaFile, methodId);
126 JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPandaFile, methodId);