Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddebug_info.h646 pointedPointerMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
859 MapleMap<uint32, uint32> pointedPointerMap; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp828 if (pointedPointerMap.find(tyIdx) != pointedPointerMap.end()) { in GetOrCreatePointTypeDie()
829 uint32 tyid = pointedPointerMap[tyIdx]; in GetOrCreatePointTypeDie()