Home
last modified time | relevance | path

Searched refs:GetArkBundleName (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp521 if (options_.EnableCpuProfilerColdStartMainThread() && options_.GetArkBundleName().compare(bundleName_) == 0 && in CheckStartCpuProfiler()
523 std::string fileName = options_.GetArkBundleName() + ".cpuprofile"; in CheckStartCpuProfiler()
533 if (options_.EnableCpuProfilerColdStartWorkerThread() && options_.GetArkBundleName().compare(bundleName_) == 0 && in CheckStartCpuProfiler()
535 std::string fileName = options_.GetArkBundleName() + "_" in CheckStartCpuProfiler()
H A Djs_runtime_options.h490 std::string GetArkBundleName() const in GetArkBundleName() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h359 std::string GetArkBundleName() const in GetArkBundleName() function in panda::RuntimeOption
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4319 runtimeOptions.SetArkBundleName(option.GetArkBundleName()); in CreateJSVM()

Completed in 20 milliseconds