Searched refs:keyPatternMap (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_cg.h | 40 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/ |
| D | aarch64_cg.cpp | 240 (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/ |
| D | aarch64_cg.h | 53 keyPatternMap(allocator.Adapter()), in AArch64CG() 170 MapleUnorderedMap<GCTIBKey *, GCTIBPattern *, Hasher, EqualFn> keyPatternMap; variable
|