Searched refs:opcode_factory_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | policy_low_level.cc | 124 opcode_factory_ = new OpcodeFactory(buffer_, in PolicyRule() 140 opcode_factory_ = in PolicyRule() 141 new OpcodeFactory(next_opcode, other.opcode_factory_->memory_size()); in PolicyRule() 189 op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(), in GenStringOpcode() 193 op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(), in GenStringOpcode() 199 op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(), in GenStringOpcode() 206 op = opcode_factory_->MakeOpWStringMatch(parameter, fragment->c_str(), 0, in GenStringOpcode() 286 if (NULL == opcode_factory_->MakeOpNumberMatch(parameter, number, opts)) { in AddNumberMatch() 290 if (NULL == opcode_factory_->MakeOpUlongAndMatch(parameter, number, opts)) { in AddNumberMatch() 302 if (NULL == opcode_factory_->MakeOpAction(action_, kPolNone)) { in Done() [all …]
|
D | policy_low_level.h | 176 OpcodeFactory* opcode_factory_; variable
|