Searched refs:IsParsedConstpoolOfCurrentVM (Results 1 – 3 of 3) sorted by relevance
299 HWTEST_F_L0(JSPandaFileTest, IsParsedConstpoolOfCurrentVM) in HWTEST_F_L0() argument307 EXPECT_TRUE(!recordInfo.IsParsedConstpoolOfCurrentVM(instance)); in HWTEST_F_L0()309 …EXPECT_TRUE(pf->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME).IsParsedConstpoolOfCurrentVM(inst… in HWTEST_F_L0()
50 bool IsParsedConstpoolOfCurrentVM(const EcmaVM *vm) const in IsParsedConstpoolOfCurrentVM() function
230 if (recordInfo.IsParsedConstpoolOfCurrentVM(vm)) { in ParseFuncAndLiteralConstPool()