Searched refs:RuntimeLdExternalModuleVar (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 507 static inline JSTaggedValue RuntimeLdExternalModuleVar(JSThread *thread, int32_t index); 508 static inline JSTaggedValue RuntimeLdExternalModuleVar(JSThread *thread, int32_t index,
|
| D | runtime_stubs.cpp | 1226 return RuntimeLdExternalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS() 1242 return RuntimeLdExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
|
| D | runtime_stubs-inl.h | 1160 JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index) in RuntimeLdExternalModuleVar() function 1165 JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedVal… in RuntimeLdExternalModuleVar() function
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 689 return RuntimeStubs::RuntimeLdExternalModuleVar(thread, index); in LdExternalModuleVar()
|