Searched refs:CreateJSPandaFile (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_test.cpp | 57 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/ |
| D | pgo_profiler_test.cpp | 64 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/ |
| D | js_serializer_test.cpp | 1757 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()
|