Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp299 HWTEST_F_L0(JSPandaFileTest, IsParsedConstpoolOfCurrentVM) in HWTEST_F_L0() argument
307 EXPECT_TRUE(!recordInfo.IsParsedConstpoolOfCurrentVM(instance)); in HWTEST_F_L0()
309 …EXPECT_TRUE(pf->FindRecordInfo(JSPandaFile::ENTRY_FUNCTION_NAME).IsParsedConstpoolOfCurrentVM(inst… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h50 bool IsParsedConstpoolOfCurrentVM(const EcmaVM *vm) const in IsParsedConstpoolOfCurrentVM() function
Dpanda_file_translator.cpp230 if (recordInfo.IsParsedConstpoolOfCurrentVM(vm)) { in ParseFuncAndLiteralConstPool()