Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1019 panda_file::CodeDataAccessor codeda(*file_, method_accessor.GetCodeId().value()); in GetMethodInfo() local
1020 auto arg_idx = static_cast<int32_t>(codeda.GetNumVregs()); in GetMethodInfo()
1021 uint32_t code_size = codeda.GetCodeSize(); in GetMethodInfo()