Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h480 V(GetSharedModule)
Druntime_stubs.cpp3922 DEF_RUNTIME_STUBS(GetSharedModule) in DEF_RUNTIME_STUBS() argument
3924 RUNTIME_STUBS_HEADER(GetSharedModule); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1123 GateRef smodule = CallRuntime(glue, RTSTUB_ID(GetSharedModule), { module }); in NewJSFunction()
Dinterpreter_stub.cpp4874 GateRef smodule = CallRuntime(glue, RTSTUB_ID(GetSharedModule), { module }); in DECLARE_ASM_HANDLER()
4927 GateRef smodule = CallRuntime(glue, RTSTUB_ID(GetSharedModule), { module }); in DECLARE_ASM_HANDLER()