Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1219 panda_file::CodeDataAccessor codeda(*file_, methodAccessor.GetCodeId().value()); in GetMethodInfo() local
1220 auto argIdx = static_cast<int32_t>(codeda.GetNumVregs()); in GetMethodInfo()
1221 uint32_t codeSize = codeda.GetCodeSize(); in GetMethodInfo()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1200 panda_file::CodeDataAccessor codeda(*file_, method_accessor.GetCodeId().value()); in GetMethodInfo() local
1201 auto arg_idx = static_cast<int32_t>(codeda.GetNumVregs()); in GetMethodInfo()
1202 uint32_t code_size = codeda.GetCodeSize(); in GetMethodInfo()