Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp572 void PandaGen::StOwnByIndex(const ir::AstNode *node, VReg obj, int64_t index) in StOwnByIndex() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp549 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.cpp772 DEF_RUNTIME_STUBS(StOwnByIndex) in DEF_RUNTIME_STUBS() argument