Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h750 auto it = method2TargetHash.find(idx); in HasTargetHash()
751 if (it == method2TargetHash.end()) { in HasTargetHash()
758 (void)method2TargetHash[idx].insert(key); in InsertTargetHash()
762 method2TargetHash[idx] = value; in AddValueToMethod2TargetHash()
929 std::map<PUIdx, std::unordered_set<uint32>> method2TargetHash; variable