Searched refs:LoadArrayElement (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | native_inline_lowering.h | 47 GateRef LoadArrayElement(ElementsKind kind, GateRef gate, GateRef index);
|
| D | native_inline_lowering.cpp | 140 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/ |
| D | ETSCompiler.cpp | 952 etsg->LoadArrayElement(expr, objReg); in CompileComputed() 1531 etsg->LoadArrayElement(st, objReg); in Compile()
|
| D | ETSGen.h | 441 void LoadArrayElement(const ir::AstNode *node, VReg objectReg);
|
| D | ETSGen.cpp | 2532 void ETSGen::LoadArrayElement(const ir::AstNode *node, VReg objectReg) in LoadArrayElement() function in panda::es2panda::compiler::ETSGen
|