Searched refs:RuntimeLdLocalModuleVar (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 324 static inline JSTaggedValue RuntimeLdLocalModuleVar(JSThread *thread, int32_t index); 327 static inline JSTaggedValue RuntimeLdLocalModuleVar(JSThread *thread, int32_t index,
|
| D | runtime_stubs-inl.h | 1443 JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index) in RuntimeLdLocalModuleVar() function 1460 JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue … in RuntimeLdLocalModuleVar() function
|
| D | runtime_stubs.cpp | 1884 return RuntimeLdLocalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS() 1947 return RuntimeLdLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 664 return RuntimeStubs::RuntimeLdLocalModuleVar(thread, index); in LdLocalModuleVar()
|