Home
last modified time | relevance | path

Searched refs:GetModuleName (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/getmodulename_fuzzer/
Dgetmodulename_fuzzer.cpp35 [[maybe_unused]]std::string res = JSNApi::GetModuleName(vm); in GetModuleNameFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp49 JSTaggedValue moduleRecordName = SourceTextModule::GetModuleName(module.GetTaggedValue()); in FreeModuleRecord()
87 JSTaggedValue moduleRecordName = SourceTextModule::GetModuleName(module.GetTaggedValue()); in RemoveModule()
205 ConvertToString(SourceTextModule::GetModuleName(module.GetTaggedValue())).c_str(); in DecreaseRegisterCounts()
Djs_module_deregister.h37 ConvertToString(SourceTextModule::GetModuleName(moduleRecord.GetTaggedValue()))); in InitForDeregisterModule()
Dmodule_path_helper.cpp98 outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + vm->GetModuleName() + in ParseOhmUrl()
102 outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + vm->GetModuleName() + in ParseOhmUrl()
169 } else if (moduleName != vm->GetModuleName()) { in ParsePrefixBundle()
187 } else if (currentModuleName != vm->GetModuleName()) { in ParsePrefixBundle()
Djs_module_manager.cpp144 …JSHandle<JSTaggedValue> cjsModuleName(thread, SourceTextModule::GetModuleName(JSTaggedValue(module… in GetModuleValueOutterInternal()
157 … JSHandle<JSTaggedValue> nativeModuleName(thread, SourceTextModule::GetModuleName(resolvedModule)); in GetNativeModuleValue()
182 … JSHandle<JSTaggedValue> nativeModuleName(thread, SourceTextModule::GetModuleName(resolvedModule)); in GetNativeModuleValue()
196 JSHandle<JSTaggedValue> cjsModuleName(thread, SourceTextModule::GetModuleName(resolvedModule)); in GetCJSModuleValue()
319 …JSHandle<JSTaggedValue> cjsModuleName(thread, SourceTextModule::GetModuleName(JSTaggedValue(module… in GetModuleValueOutterInternal()
665 SourceTextModule::GetModuleName(requiredModuleST.GetTaggedValue())); in GetModuleNamespaceInternal()
Dmodule_path_helper.h186 inline static CString GetModuleName(const CString recordName) in GetModuleName() function
Djs_module_namespace.cpp337 …JSHandle<JSTaggedValue> moduleName(thread, SourceTextModule::GetModuleName(module.GetTaggedValue()… in SetModuleDeregisterProcession()
Djs_module_source_text.h224 static JSTaggedValue GetModuleName(JSTaggedValue currentModule);
Djs_module_source_text.cpp1756 JSTaggedValue SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName() function in panda::ecmascript::SourceTextModule
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h126 std::string GetModuleName(char *recordName);
Dsamples_record.cpp670 std::string SamplesRecord::GetModuleName(char *recordName) in GetModuleName() function in panda::ecmascript::SamplesRecord
705 frameInfo.moduleName = GetModuleName(frameInfoTemps[i].recordName); in FrameInfoTempToMap()
734 frameInfo.moduleName = GetModuleName(napiFrameInfoTemps_[i].recordName); in NapiFrameInfoTempToMap()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp152 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetModuleName(), "entry"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h300 const std::string &GetModuleName() const in GetModuleName() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h450 CString GetModuleName() const in GetModuleName() function
Decma_vm.cpp779 CString moduleName = ModulePathHelper::GetModuleName(recordName); in GetCurrentModuleInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp247 std::string aotFileBaseName(vm->GetModuleName()); in BindPandaFilesForAot()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2566 ecmascript::CString moduleName = ModulePathHelper::GetModuleName(entryPoint.c_str()); in SetModuleInfo()
2674 std::string JSNApi::GetModuleName(EcmaVM *vm) in GetModuleName() function in panda::JSNApi
2676 return vm->GetModuleName().c_str(); in GetModuleName()
2693 vm->SetModuleName(hostVM->GetModuleName()); in SynchronizVMInfo()
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp1783 EXPECT_EQ(runTimeCallFrame->GetModuleName(), "entry"); in HWTEST_F_L0()
1887 EXPECT_EQ(runTimeCallFrame->GetModuleName(), "entry"); in HWTEST_F_L0()
2078 EXPECT_EQ(runTimeCallFrame->GetModuleName(), "entry"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1303 static std::string GetModuleName(EcmaVM *vm);
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1804 const std::string &GetModuleName() const in GetModuleName() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1803 std::string res = JSNApi::GetModuleName(vm_); in HWTEST_F_L0()
Dffi_workload.cpp6365 std::string res = JSNApi::GetModuleName(vm_); in HWTEST_F_L0()
6368 TEST_TIME(JSValueRef::GetModuleName); in HWTEST_F_L0()