Home
last modified time | relevance | path

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

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