Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h305 static inline JSTaggedValue RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index,
Druntime_stubs-inl.h1420 JSTaggedValue RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTagge… in RuntimeLdLazyExternalModuleVar() function
Druntime_stubs.cpp1934 return RuntimeLdLazyExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1039 return RuntimeStubs::RuntimeLdLazyExternalModuleVar(thread, index, thisFunc); in LdLazyExternalModuleVar()