Home
last modified time | relevance | path

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

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