Lines Matching refs:GetJSPandaFile
23 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionName()
29 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in ParseFunctionNameView()
35 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodName()
46 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetRecordNameStr()
52 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetCodeSize()
56 const JSPandaFile *Method::GetJSPandaFile() const in GetJSPandaFile() function in panda::ecmascript::Method
64 return taggedPool->GetJSPandaFile(); in GetJSPandaFile()
71 const JSPandaFile *jsPandaFile = GetJSPandaFile(); in GetMethodLiteral()
86 ASSERT(GetJSPandaFile() != nullptr); in FindCatchBlock()
87 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in FindCatchBlock()
107 ASSERT(GetJSPandaFile() != nullptr); in HasCatchBlock()
108 auto *pandaFile = GetJSPandaFile()->GetPandaFile(); in HasCatchBlock()