Home
last modified time | relevance | path

Searched refs:cyclePatternMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cg.h39 cyclePatternMap(patternMap), in X64CG()
105 (void)cyclePatternMap; in DoNothing()
124 const std::unordered_map<std::string, std::vector<std::string>> &cyclePatternMap; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h52 cyclePatternMap(patternMap), in AArch64CG()
70 return cyclePatternMap; in GetCyclePatternMap()
169 const std::unordered_map<std::string, std::vector<std::string>> &cyclePatternMap; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h498 return cyclePatternMap; in GetCyclePatternMap()
1653 static std::unordered_map<std::string, std::vector<std::string>> cyclePatternMap; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp36 std::unordered_map<std::string, std::vector<std::string>> CGOptions::cyclePatternMap = {}; member in maplebe::CGOptions
680 CGOptions::cyclePatternMap[className] = std::move(classPatternContent); in ParseCyclePattern()