Home
last modified time | relevance | path

Searched defs:LocalVariableTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h50 using LocalVariableTable = std::vector<LocalVariableInfo>; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h63 using LocalVariableTable = CUnorderedMap<std::string, int32_t>; // name, regNumber variable