| /arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/ |
| H A D | mergewithexistprofile_fuzzer.cpp | 32 std::string bundleName = dataProvider.ConsumeRandomLengthString(20); in MergeWithExistProfileFuzzTest() local
|
| /arkcompiler/toolchain/inspector/ |
| H A D | connect_server.cpp | 31 ConnectServer::ConnectServer(const std::string& bundleName, std::function<void(std::string&&)> onMessage) in ConnectServer() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_encoder.h | 53 void SetBundleName(const std::string &bundleName) in SetBundleName() argument
|
| H A D | pgo_profiler_manager.h | 48 void SetBundleName(const std::string &bundleName) in SetBundleName() argument 72 bool RequestAot(const std::string &bundleName, const std::string &moduleName, RequestAotMode triggerMode) in RequestAot() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler.cpp | 136 std::string bundleName = ""; in Main() local
|
| H A D | aot_compiler_stats.h | 35 void SetBundleName(std::string bundleName) in SetBundleName() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | js_pandafile_executor.cpp | 591 bool JSPandaFileExecutor::IsExecuteModuleInAbcFile(JSThread *thread, [[maybe_unused]] const CString &bundleName, in IsExecuteModuleInAbcFile() argument 548 ExecuteAbcFileWithSingletonPatternFlag(JSThread *thread, [[maybe_unused]] const CString &bundleName, const CString &moduleName, const CString &entry, bool isSingletonPattern) ExecuteAbcFileWithSingletonPatternFlag() argument
|
| H A D | js_pandafile.cpp | 75 CString bundleName = entry.substr(0, pos); in CheckIsRecordWithBundleName() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 50 void JitDfx::Init(const JSRuntimeOptions &options, std::string &bundleName) in Init() argument
|
| H A D | jit_dfx.h | 67 void SetBundleName(CString bundleName) in SetBundleName() argument
|
| H A D | jit.cpp | 35 void Jit::SetJitEnablePostFork(EcmaVM *vm, const std::string &bundleName) in SetJitEnablePostFork() argument 634 auto bundleName = vm_->GetBundleName(); in ~TimeScope() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | file_path_utils.cpp | 333 const auto& bundleName = pathVector[index++]; in ParseOhmUri() local 376 NormalizeUri( const std::string& bundleName, const std::string& curJsModulePath, const std::string& newJsModuleUri) NormalizeUri() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_path_helper.h | 346 CString bundleName = res[NORMALIZED_BUNDLE_NAME_INDEX]; GetBundleNameFromNormalized() local [all...] |
| H A D | module_path_helper.cpp | 205 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &pkgname, in ConcatUnifiedOhmUrl() argument 217 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &normalizedpath, in ConcatUnifiedOhmUrl() argument 224 CString ModulePathHelper::ConcatPreviewTestUnifiedOhmUrl(const CString &bundleName, const CString &pkgname, in ConcatPreviewTestUnifiedOhmUrl() argument 231 ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &moduleName) ConcatHspFileNameCrossBundle() argument 308 CString bundleName = vec[0]; ParseUrl() local 343 CString bundleName = vec[0]; ParsePrefixBundle() local 389 CString bundleName = res[NORMALIZED_BUNDLE_NAME_INDEX]; ParseNormalizedOhmUrl() local 887 ConcatNativeSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName, const CString &pkgName, const CString &version) ConcatNativeSoNormalizedOhmurl() argument 895 ConcatNotSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName, const CString &pkgName, const CString &entryPath, const CString &version) ConcatNotSoNormalizedOhmurl() argument 1008 CString bundleName = data[PKGINFO_BUDNLE_NAME_INDEX]; ConcatNormalizedOhmurlWithData() local 1084 CString bundleName; GetBundleNameWithRecordName() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_vm.cpp | 140 std::string bundleName = PGOProfilerManager::GetInstance()->GetBundleName(); in PostFork() local
|
| H A D | ecma_context.cpp | 1119 std::string bundleName = pgo::PGOProfilerManager::GetInstance()->GetBundleName(); in LoadAOTFilesInternal() local
|
| H A D | ecma_vm.h | 507 void SetBundleName(const CString &bundleName) in SetBundleName() argument
|
| H A D | js_runtime_options.h | 446 void SetArkBundleName(std::string bundleName) in SetArkBundleName() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| H A D | jsnapi.h | 203 void SetArkBundleName(const std::string &bundleName) in SetArkBundleName() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_global.cpp | 1001 CString bundleName = ModulePathHelper::GetBundleNameWithRecordName(vm, recordName); in GetCurrentBundleName() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 1463 CString bundleName = ""; HWTEST_F_L0() local 1622 CString bundleName = "com.example.application"; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 4199 void JSNApi::SetBundleName(EcmaVM *vm, const std::string &bundleName) in SetBundleName() argument 5084 void JSNApi::LoadAotFile(EcmaVM *vm, [[maybe_unused]] const std::string &bundleName, const std::string &moduleName, in LoadAotFile() argument 5173 int JSNApi::ExecuteWithSingletonPatternFlag(EcmaVM *vm, const std::string &bundleName, in ExecuteWithSingletonPatternFlag() argument 5191 bool JSNApi::IsExecuteModuleInAbcFile(EcmaVM *vm, const std::string &bundleName, in IsExecuteModuleInAbcFile() argument 5631 SetRequestAotCallback([[maybe_unused]] EcmaVM *vm, const std::function<int32_t (const std::string &bundleName, const std::string &moduleName, int32_t triggerMode)> &cb) SetRequestAotCallback() argument [all...] |