Searched refs:fRegisterCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCfaRuleSet.cpp17 fRegisterCount(0)
35 fRegisterCount = registerCount;
48 if (other->Init(fRegisterCount) != B_OK) {
55 sizeof(CfaRule) * fRegisterCount);
64 return index < fRegisterCount ? fRegisterRules + index : NULL;
H A DCfaRuleSet.h28 uint32 fRegisterCount; member in class:CfaRuleSet
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp92 fRegisterCount(registerCount),
107 return fRegisterCount;
162 return index >= 0 && index < fRegisterCount ? fRegisters + index : NULL;
167 int32 fRegisterCount; member in struct:DwarfImageDebugInfo::BasicTargetInterface

Completed in 109 milliseconds