Home
last modified time | relevance | path

Searched refs:CreateJSPandaFile (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp58 std::shared_ptr<JSPandaFile> CreateJSPandaFile(const char *source, const CString filename) in CreateJSPandaFile() function in panda::test::JSPandaFileTest
72 HWTEST_F_L0(JSPandaFileTest, CreateJSPandaFile) in HWTEST_F_L0()
78 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
88 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
99 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
112 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
128 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
162 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
212 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(source, fileName); in HWTEST_F_L0()
245 std::shared_ptr<JSPandaFile> pf = CreateJSPandaFile(sourc in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp92 void CreateJSPandaFile(const CString filename, std::vector<MethodLiteral *> &methodLiterals) in CreateJSPandaFile() function in panda::test::PGOProfilerTest
117 void CreateJSPandaFile(const char *source, const CString filename, std::vector<MethodLiteral *> &methodLiterals) in CreateJSPandaFile() function in panda::test::PGOProfilerTest
213 CreateJSPandaFile(fileName.c_str(), methodLiterals); in CheckApMethodsInApFiles()
243 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0()
283 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0()
339 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0()
395 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0()
487 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0()
562 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0()
607 CreateJSPandaFile(sourceStrea in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h142 void CreateJSPandaFile();
143 void CreateJSPandaFile(uint8_t *data, size_t dataSize);
H A Djs_stackinfo.cpp1668 extractor->CreateJSPandaFile();
1719 CreateJSPandaFile(data, dataSize);
1724 void JSSymbolExtractor::CreateJSPandaFile()
1734 void JSSymbolExtractor::CreateJSPandaFile(uint8_t *data, size_t dataSize)

Completed in 5 milliseconds