Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h117 static JSTaggedValue LdLocalModuleVar(JSThread *thread, int32_t index);
Dslow_runtime_stub.cpp663 JSTaggedValue SlowRuntimeStub::LdLocalModuleVar(JSThread *thread, int32_t index) in LdLocalModuleVar() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h5830 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
5839 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
Dinterpreter_assembly.cpp3152 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleWideLdlocalmodulevarPrefImm16()
5042 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleLdlocalmodulevarImm8()