Searched refs:FindMethodLiteral (Results 1 – 12 of 12) sorted by relevance
127 EXPECT_TRUE(pf->FindMethodLiteral(methodId[0].GetOffset()) == nullptr); in HWTEST_F_L0()131 EXPECT_TRUE(pf->FindMethodLiteral(methodId[0].GetOffset()) != nullptr); in HWTEST_F_L0()132 EXPECT_EQ(pf->FindMethodLiteral(methodId[0].GetOffset())->GetFunctionKind(), in HWTEST_F_L0()
62 auto methodLiteral = jsPandaFile_->FindMethodLiteral(methodOffset); in NewTypeInfer()117 jsPandaFile_->FindMethodLiteral(methodOffset_), in ProcessTypeInference()
67 return jsPandaFile->FindMethodLiteral(GetMethodId().GetOffset()); in GetMethodLiteral()
103 MethodLiteral *mainMethodLiteral = patchFile->FindMethodLiteral(mainMethodIndex); in ExecutePatchMain()325 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset()); in SaveBaseMethodInfo()
183 PUBLIC_API MethodLiteral *FindMethodLiteral(uint32_t offset) const;
205 MethodLiteral *JSPandaFile::FindMethodLiteral(uint32_t offset) const in FindMethodLiteral() function in panda::ecmascript::JSPandaFile
207 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(id.GetOffset()); in GetMethodFromCache()
221 auto methodLiteral = jsPandaFile->FindMethodLiteral(offset); in DefineMethodInLiteral()
127 MethodLiteral *mainMethodLiteral = jsPandaFile->FindMethodLiteral(mainMethodIndex); in GenerateProgram()211 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseConstPool()280 MethodLiteral *methodLiteral = jsPandaFile->FindMethodLiteral(it.first); in ParseFuncAndLiteralConstPool()
116 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run()
95 inlinedMethod = ctx_->GetJSPandaFile()->FindMethodLiteral(methodOffset); in TryInline()
210 MethodLiteral *mainMethod = jsPandaFile->FindMethodLiteral(mainFuncMethodId); in SetAOTMainFuncEntry()