Home
last modified time | relevance | path

Searched defs:StOwnByIndex (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp521 GateRef AccessObjectStubBuilder::StOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRe… in StOwnByIndex() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
Dcall_signature.cpp526 DEF_CALL_SIGNATURE(StOwnByIndex) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp647 void PandaGen::StOwnByIndex(const ir::AstNode *node, VReg obj, int64_t index) in StOwnByIndex() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp599 void PandaGen::StOwnByIndex(const ir::AstNode *node, VReg obj, int64_t index) in StOwnByIndex() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp545 JSTaggedValue SlowRuntimeStub::StOwnByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTa… in StOwnByIndex() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1436 DEF_RUNTIME_STUBS(StOwnByIndex) in DEF_RUNTIME_STUBS() argument