Home
last modified time | relevance | path

Searched defs:variables (Results 1 – 11 of 11) 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.cpp68 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.cpp234 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/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.cpp307 auto &variables = debugInfo.GetLocalVariableTable(methodId); in GetLocals() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp884 VariableAnalysis variables(GetGraph()); in RunImpl() local