Home
last modified time | relevance | path

Searched refs:LoadArrayElement (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.h47 GateRef LoadArrayElement(ElementsKind kind, GateRef gate, GateRef index);
Dnative_inline_lowering.cpp140 value = LoadArrayElement(kind, thisObj, *i); in ArrayForeachCall()
189 GateRef NativeInlineLowering::LoadArrayElement(ElementsKind kind, GateRef gate, GateRef index) in LoadArrayElement() function in panda::ecmascript::kungfu::NativeInlineLowering
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp952 etsg->LoadArrayElement(expr, objReg); in CompileComputed()
1531 etsg->LoadArrayElement(st, objReg); in Compile()
DETSGen.h441 void LoadArrayElement(const ir::AstNode *node, VReg objectReg);
DETSGen.cpp2532 void ETSGen::LoadArrayElement(const ir::AstNode *node, VReg objectReg) in LoadArrayElement() function in panda::es2panda::compiler::ETSGen