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.h121 static JSTaggedValue LdExternalModuleVar(JSThread *thread, int32_t index);
Dslow_runtime_stub.cpp667 JSTaggedValue SlowRuntimeStub::LdExternalModuleVar(JSThread *thread, int32_t index) in LdExternalModuleVar() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.cpp6120 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in RunInternal()
6130 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in RunInternal()
Dinterpreter_assembly.cpp3295 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in HandleWideLdexternalmodulevarPrefImm16()
6630 JSTaggedValue moduleVar = SlowRuntimeStub::LdExternalModuleVar(thread, index); in HandleLdexternalmodulevarImm8()