Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlocalClassLowering.cpp84 ArenaMap<varbinder::Variable *, varbinder::Variable *> &variableMap, in CreateClassPropertiesForCapturedVariables() argument
97 variableMap[var] = property->Id()->Variable(); in CreateClassPropertiesForCapturedVariables()
122 ArenaMap<varbinder::Variable *, varbinder::Variable *> &variableMap, in ModifyConstructorParameters() argument
158 auto *propertyVar = variableMap[var]; in ModifyConstructorParameters()
162 auto *fieldVar = variableMap[var]; in ModifyConstructorParameters()
180 …ir::ClassDefinition *classDef, ArenaMap<varbinder::Variable *, varbinder::Variable *> &variableMap) in RemapReferencesFromCapturedVariablesToClassProperties() argument
183 auto remapCapturedVariables = [&variableMap](ir::AstNode *childNode) { in RemapReferencesFromCapturedVariablesToClassProperties()
186 const auto &mapIt = variableMap.find(childNode->AsIdentifier()->Variable()); in RemapReferencesFromCapturedVariablesToClassProperties()
187 if (mapIt != variableMap.end()) { in RemapReferencesFromCapturedVariablesToClassProperties()
224 … ArenaMap<varbinder::Variable *, varbinder::Variable *> variableMap(ctx->allocator->Adapter()); in Perform() local
[all …]
DlocalClassLowering.h31 … ArenaMap<varbinder::Variable *, varbinder::Variable *> &variableMap,
36 … ArenaMap<varbinder::Variable *, varbinder::Variable *> &variableMap,
40 …r::ClassDefinition *classDef, ArenaMap<varbinder::Variable *, varbinder::Variable *> &variableMap);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_snapshot_test.cpp108 const std::set<CString> variableMap({ variable
131 if (variableMap.find(*node->GetName()) != variableMap.end()) { in HWTEST_F_L0()