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.cpp44 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/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/ets_frontend/ts2panda/src/
Dts2panda.ts417 let variables = undefined; variable
/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.cpp279 … std::vector<panda_file::LocalVariableInfo> variables = extractor.GetLocalVariableTable(methodId); in GetLocalVariableInfoWrapper() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp300 std::vector<binder::Variable *> variables; in GetDeclNodeFromIdentifier() local
527 ArenaVector<const binder::Variable *> variables(recorder_->Allocator()->Adapter()); in GetTypeIndexFromTSQualifiedNode() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.cpp305 auto &variables = debugInfo.GetLocalVariableTable(methodId); in GetLocals() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp749 VariableAnalysis variables(GetGraph()); in RunImpl() local