Searched refs:fRuleSet (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp19 fRuleSet(NULL),
28 delete fRuleSet;
45 fRuleSet = new(std::nothrow) CfaRuleSet;
46 if (fRuleSet == NULL)
49 return fRuleSet->Init(registerCount);
56 fInitialRuleSet = fRuleSet->Clone();
66 CfaRuleSet* ruleSet = fRuleSet->Clone();
82 delete fRuleSet;
83 fRuleSet = fRuleSetStack.RemoveItemAt(
H A DCfaContext.h49 { return fRuleSet->GetCfaCfaRule(); }
51 { return fRuleSet->RegisterRule(index); }
64 CfaRuleSet* fRuleSet; member in class:CfaContext

Completed in 36 milliseconds