Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cg.h40 keyPatternMap(allocator.Adapter()), in X64CG()
106 (void)keyPatternMap; in DoNothing()
125 MapleUnorderedMap<GCTIBKey*, GCTIBPattern*, Hasher, EqualFn> keyPatternMap; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp240 (void)keyPatternMap.insert(std::make_pair(key, ptn)); in EmitGCTIBLabel()
284 keyPatternMap[key] = ptn; in EmitGCTIBLabel()
296 …redMap<GCTIBKey *, GCTIBPattern *, Hasher, EqualFn>::const_iterator iter = keyPatternMap.find(key); in FindOrCreateRepresentiveSym()
297 if (iter == keyPatternMap.end()) { in FindOrCreateRepresentiveSym()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h53 keyPatternMap(allocator.Adapter()), in AArch64CG()
170 MapleUnorderedMap<GCTIBKey *, GCTIBPattern *, Hasher, EqualFn> keyPatternMap; variable