Home
last modified time | relevance | path

Searched refs:IncludeArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dproepilog.cpp96 if (type->IsStructType() && IncludeArray(*type)) { in NeedStackProtect()
103 bool GenProEpilog::IncludeArray(const MIRType &type) const in IncludeArray() function in maplebe::GenProEpilog
114 if (elemType->IsStructType() && IncludeArray(*elemType)) { in IncludeArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dproepilog.h65 bool IncludeArray(const MIRType &type) const;