Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/
H A Dmergewithexistprofile_fuzzer.cpp32 std::string bundleName = dataProvider.ConsumeRandomLengthString(20); in MergeWithExistProfileFuzzTest() local
/arkcompiler/toolchain/inspector/
H A Dconnect_server.cpp31 ConnectServer::ConnectServer(const std::string& bundleName, std::function<void(std::string&&)> onMessage) in ConnectServer() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.h53 void SetBundleName(const std::string &bundleName) in SetBundleName() argument
H A Dpgo_profiler_manager.h48 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 Daot_compiler.cpp136 std::string bundleName = ""; in Main() local
H A Daot_compiler_stats.h35 void SetBundleName(std::string bundleName) in SetBundleName() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp591 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 Djs_pandafile.cpp75 CString bundleName = entry.substr(0, pos); in CheckIsRecordWithBundleName() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp50 void JitDfx::Init(const JSRuntimeOptions &options, std::string &bundleName) in Init() argument
H A Djit_dfx.h67 void SetBundleName(CString bundleName) in SetBundleName() argument
H A Djit.cpp35 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 Dfile_path_utils.cpp333 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 Dmodule_path_helper.h346 CString bundleName = res[NORMALIZED_BUNDLE_NAME_INDEX]; GetBundleNameFromNormalized() local
[all...]
H A Dmodule_path_helper.cpp205 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 Decma_vm.cpp140 std::string bundleName = PGOProfilerManager::GetInstance()->GetBundleName(); in PostFork() local
H A Decma_context.cpp1119 std::string bundleName = pgo::PGOProfilerManager::GetInstance()->GetBundleName(); in LoadAOTFilesInternal() local
H A Decma_vm.h507 void SetBundleName(const CString &bundleName) in SetBundleName() argument
H A Djs_runtime_options.h446 void SetArkBundleName(std::string bundleName) in SetArkBundleName() argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h203 void SetArkBundleName(const std::string &bundleName) in SetArkBundleName() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp1001 CString bundleName = ModulePathHelper::GetBundleNameWithRecordName(vm, recordName); in GetCurrentBundleName() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1463 CString bundleName = ""; HWTEST_F_L0() local
1622 CString bundleName = "com.example.application"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4199 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...]

Completed in 39 milliseconds