Home
last modified time | relevance | path

Searched defs:baseFileName (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/loadpatch_fuzzer/
H A Dloadpatch_fuzzer.cpp30 std::string baseFileName = "index.abc"; in LoadPatchFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/loadpatchlong_fuzzer/
H A Dloadpatchlong_fuzzer.cpp30 std::string baseFileName = "index.abc"; in LoadPatchLongFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/
H A Dregisterquickfixqueryfunc_fuzzer.cpp25 bool QuickFixQueryFunc(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, in QuickFixQueryFunc() argument
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Dhot_reload_manager_test.cpp65 std::string baseFileName = DEBUGGER_ABC_DIR "single_file/base/index.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/executiontest/
H A Dthread_termination_test.cpp132 std::string baseFileName = MODULE_ABC_PATH "termination_1.abc"; in HWTEST_F_L0() local
147 std::string baseFileName = MODULE_ABC_PATH "termination_2.abc"; in HWTEST_F_L0() local
163 std::string baseFileName = MODULE_ABC_PATH "termination_3.abc"; in HWTEST_F_L0() local
177 std::string baseFileName = MODULE_ABC_PATH "termination_4.abc"; in HWTEST_F_L0() local
190 std::string baseFileName = MODULE_ABC_PATH "termination_5.abc"; in HWTEST_F_L0() local
202 std::string baseFileName = MODULE_ABC_PATH "termination_6.abc"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp63 std::string baseFileName = QUICKFIX_ABC_PATH "single_file/base/index.abc"; in HWTEST_F_L0() local
86 std::string baseFileName = QUICKFIX_ABC_PATH "single_file/base/index.abc"; in HWTEST_F_L0() local
122 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; in HWTEST_F_L0() local
145 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; HWTEST_F_L0() local
206 const char *baseFileName = "__base.pa"; HWTEST_F_L0() local
237 CString baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; HWTEST_F_L0() local
269 QuickFixQueryFunc( std::string baseFileName, std::string &patchFileName, uint8_t ** patchBuffer, size_t &patchBufferSize) QuickFixQueryFunc() argument
291 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/quick_fix/
H A Dmain.cpp57 bool QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName, in QuickFixQueryFuncColdPatch() argument
118 std::string baseFileName = fileNames[0]; in Main() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
H A Djsvaluerefismodulenamespace_fuzzer.cpp54 CString baseFileName = "a.abc"; in IsModuleNamespaceObjectFuzztest() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_data_extractor.cpp136 ParseNativeModule(JSThread *thread, const CString &moduleRequestName, const CString &baseFileName, ModuleTypes moduleType) ParseNativeModule() argument
H A Djs_module_manager.cpp543 ResolveNativeModule(const CString &moduleRequest, const CString &baseFileName, ModuleTypes moduleType) ResolveNativeModule() argument
862 GetModuleNameSpaceFromFile( JSThread *thread, const CString &recordName, const CString &baseFileName) GetModuleNameSpaceFromFile() argument
H A Dmodule_path_helper.h215 ParseHapPath(const CString &baseFileName) ParseHapPath() argument
[all...]
H A Dmodule_path_helper.cpp21 ConcatFileNameWithMerge(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName, CString recordName, CString requestName) ConcatFileNameWithMerge() argument
57 ConcatMergeFileNameToNormalized(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, CString requestName) ConcatMergeFileNameToNormalized() argument
83 ConcatImportFileNormalizedOhmurlWithRecordName(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, const CString &requestName) ConcatImportFileNormalizedOhmurlWithRecordName() argument
244 TransformToNormalizedOhmUrl(EcmaVM *vm, const CString &inputFileName, const CString &baseFileName, const CString &oldEntryPoint) TransformToNormalizedOhmUrl() argument
312 CString baseFileName; ParseUrl() local
330 ParsePrefixBundle(JSThread *thread, const JSPandaFile *jsPandaFile, [[maybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString recordName) ParsePrefixBundle() argument
380 ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CString &recordName, CString requestName) ParseNormalizedOhmUrl() argument
410 MakeNewRecord(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, const CString &requestName) MakeNewRecord() argument
741 GetModuleNameWithBaseFile(const CString &baseFileName) GetModuleNameWithBaseFile() argument
771 TranslateExpressionInputWithEts(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &requestName) TranslateExpressionInputWithEts() argument
916 TranslateExpressionToNormalized(JSThread *thread, const JSPandaFile *jsPandaFile, [[maybe_unused]] CString &baseFileName, const CString &recordName, CString &requestPath) TranslateExpressionToNormalized() argument
957 ConcatOtherNormalizedOhmurl(EcmaVM *vm, const JSPandaFile *jsPandaFile, [[maybe_unused]] CString &baseFileName, CString &requestPath) ConcatOtherNormalizedOhmurl() argument
1137 ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode) ValidateAbcPath() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.cpp30 void QuickFixManager::RegisterQuickFixQueryFunc(const std::function<bool(std::string baseFileName, in RegisterQuickFixQueryFunc() argument
48 CString baseFileName = baseFile->GetJSPandaFileDesc(); in LoadPatchIfNeeded() local
82 LoadPatch(JSThread *thread, const std::string &patchFileName, const std::string &baseFileName) LoadPatch() argument
85 LOG_ECMA(INFO) << "Load patch, patch: " << patchFileName << ", base:" << baseFileName; LoadPatch() local
122 LoadPatch(JSThread *thread, const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, const std::string &baseFileName, uint8_t *baseBuffer, size_t baseSize) LoadPatch() argument
126 LOG_ECMA(INFO) << "Load patch, patch: " << patchFileName << ", base:" << baseFileName; LoadPatch() local
165 CString baseFileName; UnloadPatch() local
[all...]
H A Dpatch_loader.cpp114 UnloadPatchInternal(JSThread *thread, const CString &patchFileName, const CString &baseFileName, PatchInfo &patchInfo) UnloadPatchInternal() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1165 CString baseFileName = "a.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp540 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_module_base.abc"; in HWTEST_F_L0() local
550 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_A.abc"; in HWTEST_F_L0() local
561 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local
572 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local
591 CString baseFileName in HWTEST_F_L0() local
611 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
628 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
684 CString baseFileName = MODULE_ABC_PATH "module_test_module_test_B.abc"; HWTEST_F_L0() local
722 CString baseFileName = "a.abc"; HWTEST_F_L0() local
1263 CString baseFileName = ""; HWTEST_F_L0() local
1313 CString baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local
1342 CString baseFileName = ""; HWTEST_F_L0() local
1381 CString baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local
1407 CString baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local
1506 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
1639 CString baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local
1673 CString baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local
1819 CString baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local
1841 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
1870 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
1905 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
1929 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
1958 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
1972 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
2020 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
2072 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
2116 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
2167 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_module.abc"; HWTEST_F_L0() local
2190 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
2206 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
2664 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
2852 CString baseFileName = baseFileNameStr.c_str(); HWTEST_F_L0() local
2877 CString baseFileName = baseFileNameStr.c_str(); HWTEST_F_L0() local
2899 CString baseFileName = baseFileNameStr.c_str(); HWTEST_F_L0() local
2944 std::string baseFileName = MODULE_ABC_PATH "module_unexecute_C.abc"; HWTEST_F_L0() local
3058 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3224 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3355 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3420 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3445 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3478 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3506 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3531 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3564 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3592 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3616 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3652 CString baseFileName = "modules.abc"; HWTEST_F_L0() local
3685 CString baseFileName = baseFileNameStr.c_str(); HWTEST_F_L0() local
3696 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_module_base.abc"; HWTEST_F_L0() local
3709 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
3724 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
3734 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
3754 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
3774 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3969 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &baseFileName) in LoadPatch() argument
4014 void JSNApi::RegisterQuickFixQueryFunc(EcmaVM *vm, std::function<bool(std::string baseFileName, in RegisterQuickFixQueryFunc() argument
3977 LoadPatch(EcmaVM *vm, const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, const std::string &baseFileName, uint8_t *baseBuffer, size_t baseSize) LoadPatch() argument

Completed in 30 milliseconds