Home
last modified time | relevance | path

Searched refs:RuntimeLdLocalModuleVar (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h474 static inline JSTaggedValue RuntimeLdLocalModuleVar(JSThread *thread, int32_t index);
475 static inline JSTaggedValue RuntimeLdLocalModuleVar(JSThread *thread, int32_t index,
Druntime_stubs.cpp1105 return RuntimeLdLocalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1120 return RuntimeLdLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1074 JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index) in RuntimeLdLocalModuleVar() function
1079 JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue … in RuntimeLdLocalModuleVar() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp668 return RuntimeStubs::RuntimeLdLocalModuleVar(thread, index); in LdLocalModuleVar()