Searched refs:CreateJSPandaFile (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
H A D | js_pandafile_test.cpp | 58 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 D | pgo_profiler_test.cpp | 92 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 D | js_stackinfo.h | 142 void CreateJSPandaFile();
143 void CreateJSPandaFile(uint8_t *data, size_t dataSize);
|
H A D | js_stackinfo.cpp | 1668 extractor->CreateJSPandaFile(); 1719 CreateJSPandaFile(data, dataSize); 1724 void JSSymbolExtractor::CreateJSPandaFile() 1734 void JSSymbolExtractor::CreateJSPandaFile(uint8_t *data, size_t dataSize)
|
Completed in 5 milliseconds