Searched defs:StOwnByIndex (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.cpp | 521 GateRef AccessObjectStubBuilder::StOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRe… in StOwnByIndex() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
| D | call_signature.cpp | 526 DEF_CALL_SIGNATURE(StOwnByIndex) in DEF_CALL_SIGNATURE() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 647 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/ |
| D | pandagen.cpp | 599 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/ |
| D | slow_runtime_stub.cpp | 545 JSTaggedValue SlowRuntimeStub::StOwnByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTa… in StOwnByIndex() function in panda::ecmascript::SlowRuntimeStub
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1406 DEF_RUNTIME_STUBS(StOwnByIndex) in DEF_RUNTIME_STUBS() argument
|