Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp52 … IsReflectionHashTabBucket() || IsReflectionStrTab() || IsITabConflictInfo() || IsRegJNITab() || in HasAddrOfValues()
85 bool MIRSymbol::IsReflectionStrTab() const in IsReflectionStrTab() function in maple::MIRSymbol
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h449 bool IsReflectionStrTab() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2668 if (mirSymbol->IsReflectionStrTab()) { in EmitGlobalVariable()
2726 … if (mirSymbol->IsReflectionStrTab()) { /* reflection-string-tab also aligned to 8B boundaries. */ in EmitGlobalVariable()