Home
last modified time | relevance | path

Searched defs:curModule (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.cpp45 JSHandle<JSTaggedValue> curModule) in GetModuleValueInner()
91 JSHandle<JSTaggedValue> curModule) in GetModuleValueOuter()
181 JSTaggedValue curModule) in GetModuleValueOuterInternal()
219 JSTaggedValue curModule) in GetSendableModuleValueOuterInternal()
251 …ValueAccessor::GetModuleNamespaceInternal(JSThread *thread, int32_t index, JSTaggedValue curModule) in GetModuleNamespaceInternal()
283 …uleValueAccessor::StoreModuleValueInternal(JSThread *thread, JSHandle<SourceTextModule> &curModule, in StoreModuleValueInternal()
577 JSTaggedValue curModule) in GetModuleValueOuterInternal()
605 JSTaggedValue curModule) in GetModuleNamespaceInternal()
624 …uleValueAccessor::StoreModuleValueInternal(JSThread* thread, JSHandle<SourceTextModule> &curModule, in StoreModuleValueInternal()
Dmodule_logger.cpp119 ModuleLoadInfo *curModule = GetModuleLoadInfo(curName); in InsertEntryPointModule() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/
Dannotations_test.cpp252 auto curModule = g_implI->annotationInterfaceGetModule(annoI); in ProcessModule() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1970 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1979 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1988 JSTaggedValue curModule = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
4992 void RuntimeStubs::FatalPrintMisstakenResolvedBinding(int32_t index, JSTaggedValue curModule) in DEF_RUNTIME_STUBS()
5003 void RuntimeStubs::LoadNativeModuleFailed(JSTaggedValue curModule) in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp137 … JSTaggedValue GetModuleNamespaceInternal(JSThread *thread, int32_t index, JSTaggedValue curModule) in GetModuleNamespaceInternal()
142 …Value GetSendableModuleValueOuterInternal(JSThread *thread, int32_t index, JSTaggedValue curModule) in GetSendableModuleValueOuterInternal()
186 …alue GetModuleNamespaceInternal(JSThread *thread, JSTaggedValue localName, JSTaggedValue curModule) in GetModuleNamespaceInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4482 inline GateRef StubBuilder::GetCurrentModuleEnv(GateRef glue, GateRef curModule) in GetCurrentModuleEnv()
4488 inline GateRef StubBuilder::GetBitFieldFromSourceTextModule(GateRef curModule) in GetBitFieldFromSourceTextModule()
Dstub_builder.cpp12302 GateRef StubBuilder::LoadExternalmodulevar(GateRef glue, GateRef index, GateRef curModule) in LoadExternalmodulevar()