| /arkcompiler/ets_runtime/test/fuzztest/getmodulename_fuzzer/ |
| D | getmodulename_fuzzer.cpp | 35 [[maybe_unused]]std::string res = JSNApi::GetModuleName(vm); in GetModuleNameFuzzerTest()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_deregister.cpp | 49 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()
|
| D | js_module_deregister.h | 37 ConvertToString(SourceTextModule::GetModuleName(moduleRecord.GetTaggedValue()))); in InitForDeregisterModule()
|
| D | module_path_helper.cpp | 98 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()
|
| D | js_module_manager.cpp | 144 …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()
|
| D | module_path_helper.h | 186 inline static CString GetModuleName(const CString recordName) in GetModuleName() function
|
| D | js_module_namespace.cpp | 337 …JSHandle<JSTaggedValue> moduleName(thread, SourceTextModule::GetModuleName(module.GetTaggedValue()… in SetModuleDeregisterProcession()
|
| D | js_module_source_text.h | 224 static JSTaggedValue GetModuleName(JSTaggedValue currentModule);
|
| D | js_module_source_text.cpp | 1756 JSTaggedValue SourceTextModule::GetModuleName(JSTaggedValue currentModule) in GetModuleName() function in panda::ecmascript::SourceTextModule
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 126 std::string GetModuleName(char *recordName);
|
| D | samples_record.cpp | 670 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/ |
| D | ohos_test.cpp | 152 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetModuleName(), "entry"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | ohos_pkg_args.h | 300 const std::string &GetModuleName() const in GetModuleName() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 450 CString GetModuleName() const in GetModuleName() function
|
| D | ecma_vm.cpp | 779 CString moduleName = ModulePathHelper::GetModuleName(recordName); in GetCurrentModuleInfo()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 247 std::string aotFileBaseName(vm->GetModuleName()); in BindPandaFilesForAot()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2566 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/ |
| D | debugger_types_test.cpp | 1783 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/ |
| D | jsnapi_expo.h | 1303 static std::string GetModuleName(EcmaVM *vm);
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1804 const std::string &GetModuleName() const in GetModuleName() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1803 std::string res = JSNApi::GetModuleName(vm_); in HWTEST_F_L0()
|
| D | ffi_workload.cpp | 6365 std::string res = JSNApi::GetModuleName(vm_); in HWTEST_F_L0() 6368 TEST_TIME(JSValueRef::GetModuleName); in HWTEST_F_L0()
|