Home
last modified time | relevance | path

Searched refs:IsArrayClassCache (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp193 bool MIRSymbol::IsArrayClassCache() const in IsArrayClassCache() function in maple::MIRSymbol
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h487 bool IsArrayClassCache() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2535 } else if (mirSymbol->IsArrayClassCache()) { in EmitGlobalVariable()