Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h120 static JSTaggedValue LdExternalModuleVar(JSThread *thread, int32_t index);
Dslow_runtime_stub.cpp684 JSTaggedValue SlowRuntimeStub::LdExternalModuleVar(JSThread *thread, int32_t index) in LdExternalModuleVar() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h5998 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in RunInternal()
6008 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in RunInternal()
Dinterpreter_assembly.cpp3239 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in HandleWideLdexternalmodulevarPrefImm16()
6465 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in HandleLdexternalmodulevarImm8()