Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp57 std::shared_ptr<JSPandaFile> CreateJSPandaFile(const char *source, const CString filename) in CreateJSPandaFile() function in panda::test::JSPandaFileTest
71 HWTEST_F_L0(JSPandaFileTest, CreateJSPandaFile) in HWTEST_F_L0() argument
77 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
87 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
98 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
111 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
127 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
161 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
211 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
244 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName);; in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp64 std::shared_ptr<JSPandaFile> CreateJSPandaFile(const char *source, const CString filename, in CreateJSPandaFile() function in panda::test::PGOProfilerTest
120 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler.abc", methodLiterals); in HWTEST_F_L0()
168 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler1.abc", methodLiterals); in HWTEST_F_L0()
234 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler2.abc", methodLiterals); in HWTEST_F_L0()
296 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler3.abc", methodLiterals); in HWTEST_F_L0()
392 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler5.abc", methodLiterals); in HWTEST_F_L0()
462 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler8.abc", methodLiterals); in HWTEST_F_L0()
506 CreateJSPandaFile(sourceStream.str().c_str(), "ark-profiler9.abc", methodLiterals); in HWTEST_F_L0()
629 … std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler12.abc", methodLiterals); in HWTEST_F_L0()
911 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, "ark-profiler.abc", methodLiterals); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1757 std::shared_ptr<JSPandaFile> CreateJSPandaFile(const char *source, const CString filename, uint32_t… in CreateJSPandaFile() function
1810 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName, &methodOffset); in HWTEST_F_L0()