Home
last modified time | relevance | path

Searched defs:LoadArrayElement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp189 GateRef NativeInlineLowering::LoadArrayElement(ElementsKind kind, GateRef gate, GateRef index) in LoadArrayElement() function in panda::ecmascript::kungfu::NativeInlineLowering
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2532 void ETSGen::LoadArrayElement(const ir::AstNode *node, VReg objectReg) in LoadArrayElement() function in panda::es2panda::compiler::ETSGen