Home
last modified time | relevance | path

Searched refs:IsParsedConstpoolOfCurrentVM (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp300 HWTEST_F_L0(JSPandaFileTest, IsParsedConstpoolOfCurrentVM) in HWTEST_F_L0()
308 EXPECT_TRUE(!recordInfo.IsParsedConstpoolOfCurrentVM(instance)); in HWTEST_F_L0()
310 EXPECT_TRUE(pf->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME).IsParsedConstpoolOfCurrentVM(instance)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.h54 bool IsParsedConstpoolOfCurrentVM(const EcmaVM *vm) const in IsParsedConstpoolOfCurrentVM() function
H A Dpanda_file_translator.cpp286 if (recordInfo.IsParsedConstpoolOfCurrentVM(vm)) { in ParseFuncAndLiteralConstPool()

Completed in 5 milliseconds