Home
last modified time | relevance | path

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

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