Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2569 …(const ir::AstNode *const node, const VReg arr, const VReg dim, const checker::Type *const arrType) in NewArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp2845 auto &arrType = static_cast<const MIRArrayType &>(ty); in IsHomogeneousAggregates() local