Home
last modified time | relevance | path

Searched defs:vars (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_scope.h68 void SetAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in SetAliasVarMap()
73 void AddAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in AddAliasVarMap()
Dmir_function.h873 void SetAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in SetAliasVarMap()
878 void AddAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in AddAliasVarMap()
/arkcompiler/runtime_core/static_core/verification/value/tests/
Dvariables_test.cpp25 Variables vars; in TEST_F() local
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp343 auto vars = GetLocalVariableInfoWrapper(extractor, method_id, 4); variable
362 auto vars = GetLocalVariableInfoWrapper(extractor, method_id, 14); variable
377 auto vars = GetLocalVariableInfoWrapper(extractor, method_id, 16); variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp353 auto vars = GetLocalVariableInfoWrapper(extractor, method_id, 4U); in TEST_F() local
374 auto vars = GetLocalVariableInfoWrapper(extractor, methodId, 14U); in TEST_F() local
391 auto vars = GetLocalVariableInfoWrapper(extractor, methodId, 16U); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp190 …airCreatorVisitor(Graph *graph, const AliasAnalysis &aliases, const VariableAnalysis &vars, Marker… in PairCreatorVisitor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp310 void CircuitBuilder::LoopExit(const std::vector<Variable *> &vars, size_t diff) in LoopExit()