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.cpp261 bool MIRSymbol::IsReflectionArrayClassInfo() const in IsReflectionArrayClassInfo() function in maple::MIRSymbol
Ddebug_info.cpp561 … if ((sym->IsReflectionClassInfo() && !sym->IsReflectionArrayClassInfo()) || sym->IsStatic()) { in CreateVarDie()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h459 bool IsReflectionArrayClassInfo() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2645 …if (symbol->IsReflectionClassInfo() && !symbol->IsReflectionArrayClassInfo() && !GetCG()->IsLibcor… in SelectAddrof()
9186 (sym->IsReflectionClassInfo() && !sym->IsReflectionArrayClassInfo())) { in CanLazyBinding()