Home
last modified time | relevance | path

Searched defs:variables (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/tests/
Dreg_context_test.cpp40 Variables variables; in TEST_F() local
Dexec_context_test.cpp94 Variables variables; in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/value/tests/
Dabstract_typed_value_test.cpp38 Variables variables; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DcapturedVariables.cpp69 std::set<varbinder::Variable *> &variables) noexcept in FindModifiedCaptured()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.cpp44 …auto variables = extractor->GetLocalVariableInfo(location.GetMethodId(), location.GetBytecodeOffse… in GetValueRegister() local
Dtest_extractor.cpp97 …const std::vector<panda_file::LocalVariableInfo> &variables = langExtractor_->GetLocalVariableTabl… in GetLocalVariableInfo() local
/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp247 const std::vector<panda_file::LocalVariableInfo>& variables = in FillLocalVariableTable() local
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp273 … std::vector<panda_file::LocalVariableInfo> variables = extractor.GetLocalVariableTable(method_id); in GetLocalVariableInfoWrapper() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp280 … std::vector<panda_file::LocalVariableInfo> variables = extractor.GetLocalVariableTable(methodId); in GetLocalVariableInfoWrapper() local
/arkcompiler/toolchain/tooling/static/debugger/
Ddebug_info_cache.cpp334 auto &variables = debugInfo->GetLocalVariableTable(methodId); in GetLocals() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebug_info_cache.cpp336 auto &variables = debugInfo->GetLocalVariableTable(methodId); in GetLocals() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DCfgBuilder.ts210 variables: Variable[]; property in CfgBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp884 VariableAnalysis variables(GetGraph()); in RunImpl() local