Home
last modified time | relevance | path

Searched refs:GetTotalRegs (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisasm_backed_debug_info_extractor.cpp138 auto totalRegNum = method.GetTotalRegs(); in GetDisassemblySourceName()
H A Ddisassembler.cpp1584 uint32_t firstArgReg = method.GetTotalRegs(); in SerializeLocalVariableTable()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-function.h124 std::size_t GetTotalRegs() const in GetTotalRegs() function
/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h145 std::size_t GetTotalRegs() const in GetTotalRegs() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp494 ss << (ins.setLabel ? "" : "\t") << ins.ToString("", true, func.GetTotalRegs()) << std::endl; in DumpAsm()
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp188 ss << (ins.set_label ? "" : "\t") << ins.ToString("", true, func->GetTotalRegs()) << " "; in GenerateFunctionAndClassHash()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp1178 ss << (ins.set_label ? "" : "\t") << ins.ToString("", true, func.GetTotalRegs()) << std::endl; in DumpAsm()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2105 uint32_t first_arg_reg = method.GetTotalRegs(); in SerializeLocalVariableTable()

Completed in 12 milliseconds