Home
last modified time | relevance | path

Searched refs:IsReflectionArrayClassInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp272 bool MIRSymbol::IsReflectionArrayClassInfo() const in IsReflectionArrayClassInfo() function in maple::MIRSymbol
Ddebug_info.cpp568 … if ((sym->IsReflectionClassInfo() && !sym->IsReflectionArrayClassInfo()) || sym->IsStatic()) { in CreateVarDie()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h464 bool IsReflectionArrayClassInfo() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3233 …if (symbol->IsReflectionClassInfo() && !symbol->IsReflectionArrayClassInfo() && !GetCG()->IsLibcor… in SelectAddrof()
10274 (sym->IsReflectionClassInfo() && !sym->IsReflectionArrayClassInfo())) { in CanLazyBinding()