Searched refs:CreateJSPandaFile (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| 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() argument 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(source, fileName); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 90 void CreateJSPandaFile(const CString filename, std::vector<MethodLiteral *> &methodLiterals) in CreateJSPandaFile() function in panda::test::PGOProfilerTest 115 …void CreateJSPandaFile(const char *source, const CString filename, std::vector<MethodLiteral *> &m… in CreateJSPandaFile() function in panda::test::PGOProfilerTest 211 CreateJSPandaFile(fileName.c_str(), methodLiterals); in CheckApMethodsInApFiles() 241 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0() 281 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0() 337 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0() 393 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0() 485 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0() 560 CreateJSPandaFile("sample_test.abc", methodLiterals); in HWTEST_F_L0() 605 CreateJSPandaFile(sourceStream.str().c_str(), "ark-profiler9.abc", methodLiterals); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 131 void CreateJSPandaFile(); 132 void CreateJSPandaFile(uint8_t *data, size_t dataSize);
|
| D | js_stackinfo.cpp | 1562 extractor->CreateJSPandaFile(); in ArkParseJSFileInfo() 1613 CreateJSPandaFile(data, dataSize); in GetJSPandaFile() 1618 void JSSymbolExtractor::CreateJSPandaFile() in CreateJSPandaFile() function in panda::ecmascript::JSSymbolExtractor 1628 void JSSymbolExtractor::CreateJSPandaFile(uint8_t *data, size_t dataSize) in CreateJSPandaFile() function in panda::ecmascript::JSSymbolExtractor
|