Searched refs:registerCount (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCfaRuleSet.cpp29 CfaRuleSet::Init(uint32 registerCount) argument
31 fRegisterRules = new(std::nothrow) CfaRule[registerCount];
35 fRegisterCount = registerCount;
H A DCfaRuleSet.h17 status_t Init(uint32 registerCount);
H A DCfaContext.cpp43 CfaContext::Init(uint32 registerCount) argument
49 return fRuleSet->Init(registerCount);
H A DCfaContext.h23 status_t Init(uint32 registerCount);
H A DDwarfFile.cpp2347 uint32 registerCount = outputInterface->CountRegisters(); local
2348 error = context.Init(registerCount);
2425 for (uint32 i = 0; i < registerCount; i++) {
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp87 BasicTargetInterface(const Register* registers, int32 registerCount, argument
92 fRegisterCount(registerCount),
178 UnwindTargetInterface(const Register* registers, int32 registerCount, argument
182 BasicTargetInterface(registers, registerCount, fromDwarfMap,
493 int32 registerCount = fArchitecture->CountRegisters(); local
509 = new(std::nothrow) BasicTargetInterface(registers, registerCount,
606 int32 registerCount = fArchitecture->CountRegisters(); local
628 = new(std::nothrow) UnwindTargetInterface(registers, registerCount,
637 = new(std::nothrow) UnwindTargetInterface(registers, registerCount,
663 for (int32 i = 0; i < registerCount;
[all...]

Completed in 108 milliseconds