Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h123 …static JSTaggedValue LdSendableLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisF…
Dslow_runtime_stub.cpp1043 JSTaggedValue SlowRuntimeStub::LdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTaggedVa… in LdSendableLocalModuleVar() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.cpp7691 JSTaggedValue moduleVar = SlowRuntimeStub::LdSendableLocalModuleVar(thread, index, funcObj); in RunInternal()
7701 JSTaggedValue moduleVar = SlowRuntimeStub::LdSendableLocalModuleVar(thread, index, funcObj); in RunInternal()
Dinterpreter_assembly.cpp3366 JSTaggedValue moduleVar = SlowRuntimeStub::LdSendableLocalModuleVar(thread, index, thisFunc); in HandleCallRuntimeWideLdsendablelocalmodulevarPrefImm16()