Home
last modified time | relevance | path

Searched defs:local_variable_table (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/disassembler/
Daccumulators.h38 panda_file::LocalVariableTable local_variable_table; member
Ddisassembler.cpp2072 void Disassembler::SerializeLocalVariableTable(const panda_file::LocalVariableTable &local_variable… in SerializeLocalVariableTable()
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h88 LocalVariableTable local_variable_table; member
/arkcompiler/runtime_core/abc2program/
Dprogram_dump.cpp591 std::map<int32_t, panda::pandasm::debuginfo::LocalVariable> local_variable_table; in DumpFunctionDebugInfo() local
624 std::map<int32_t, panda::pandasm::debuginfo::LocalVariable>& local_variable_table) in UpdateLocalVarMap()