Home
last modified time | relevance | path

Searched refs:GetLocalVariableTable (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm_backed_debug_info_extractor.cpp46 const panda_file::LocalVariableTable &DisasmBackedDebugInfoExtractor::GetLocalVariableTable( in GetLocalVariableTable() function in ark::disasm::DisasmBackedDebugInfoExtractor
53 return DebugInfoExtractor::GetLocalVariableTable(methodId); in GetLocalVariableTable()
Ddisasm_backed_debug_info_extractor.h30 …const panda_file::LocalVariableTable &GetLocalVariableTable(panda_file::File::EntityId methodId) c…
Ddisassembler.cpp1248 methodInfo->localVariableTable = debugInfoExtractor_->GetLocalVariableTable(methodId); in GetMethodInfo()
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.cpp146 LocalVariableTable GetLocalVariableTable() const in GetLocalVariableTable() function in ark::panda_file::LineNumberProgramHandler
243 … handler.GetLocalVariableTable(), std::move(paramInfo), in Extract()
271 const LocalVariableTable &DebugInfoExtractor::GetLocalVariableTable(File::EntityId methodId) const in GetLocalVariableTable() function in ark::panda_file::DebugInfoExtractor
Ddebug_info_extractor.h70 virtual const LocalVariableTable &GetLocalVariableTable(File::EntityId methodId) const;
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp145 LocalVariableTable GetLocalVariableTable() const in GetLocalVariableTable() function in panda::panda_file::LineNumberProgramHandler
269 … handler.GetLocalVariableTable(), std::move(param_info), in Extract()
297 const LocalVariableTable &DebugInfoExtractor::GetLocalVariableTable(File::EntityId method_id) const in GetLocalVariableTable() function in panda::panda_file::DebugInfoExtractor
Ddebug_info_extractor.h70 const LocalVariableTable &GetLocalVariableTable(File::EntityId method_id) const;
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp152 LocalVariableTable GetLocalVariableTable() const in GetLocalVariableTable() function in panda::ecmascript::LineNumberProgramHandler
213 const LocalVariableTable &DebugInfoExtractor::GetLocalVariableTable(const panda_file::File::EntityI… in GetLocalVariableTable() function in panda::ecmascript::DebugInfoExtractor
312 handler.GetColumnNumberTable(), handler.GetLocalVariableTable()}; in ExtractorMethodDebugInfo()
Ddebug_info_extractor.h88 const LocalVariableTable &GetLocalVariableTable(const panda_file::File::EntityId methodId);
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp97 …vector<panda_file::LocalVariableInfo> &variables = langExtractor_->GetLocalVariableTable(methodId); in GetLocalVariableInfo()
/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp230 debug_info_extractor_.GetLocalVariableTable(method_id_); in FillLocalVariableTable()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp279 … std::vector<panda_file::LocalVariableInfo> variables = extractor.GetLocalVariableTable(methodId); in GetLocalVariableInfoWrapper()
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp273 … std::vector<panda_file::LocalVariableInfo> variables = extractor.GetLocalVariableTable(method_id); in GetLocalVariableInfoWrapper()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.cpp306 auto &variables = debugInfo.GetLocalVariableTable(methodId); in GetLocals()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp390 LocalVariableTable lvt = debugInfoExtractor->GetLocalVariableTable(methodId); in IsReleasedPandaFile()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp191 auto table = extractor->GetLocalVariableTable(method->GetMethodId()); in GetVregIndex()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1226 method_info->local_variable_table = debug_info_extractor_->GetLocalVariableTable(method_id); in GetMethodInfo()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp2055 for (const auto &localVariableInfo : extractor->GetLocalVariableTable(methodId)) { in GetLocalVariables()