Searched defs:vars (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_scope.h | 68 void SetAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in SetAliasVarMap() 73 void AddAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in AddAliasVarMap()
|
| D | mir_function.h | 873 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/ |
| D | variables_test.cpp | 25 Variables vars; in TEST_F() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 343 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/ |
| D | debug_info_extractor_test.cpp | 353 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/ |
| D | memory_coalescing.cpp | 190 …airCreatorVisitor(Graph *graph, const AliasAnalysis &aliases, const VariableAnalysis &vars, Marker… in PairCreatorVisitor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 310 void CircuitBuilder::LoopExit(const std::vector<Variable *> &vars, size_t diff) in LoopExit()
|