Searched refs:SetArgument (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | policy_engine_opcodes.cc | 92 opcode->SetArgument(0, action); in MakeOpAction() 118 opcode->SetArgument(0, match); in MakeOpNumberMatch() 119 opcode->SetArgument(1, ULONG_TYPE); in MakeOpNumberMatch() 128 opcode->SetArgument(0, match); in MakeOpVoidPtrMatch() 129 opcode->SetArgument(1, VOIDPTR_TYPE); in MakeOpVoidPtrMatch() 170 opcode->SetArgument(0, lower_bound); in MakeOpUlongMatchRange() 171 opcode->SetArgument(1, upper_bound); in MakeOpUlongMatchRange() 201 opcode->SetArgument(0, match); in MakeOpUlongAndMatch() 249 opcode->SetArgument(0, delta_str); in MakeOpWStringMatch() 250 opcode->SetArgument(1, lenght); in MakeOpWStringMatch() [all …]
|
D | policy_engine_opcodes.h | 163 void SetArgument(size_t index, const T& argument) { in SetArgument() function
|
D | policy_low_level.cc | 334 opcode_start->SetArgument(0, delta); in RebindCopy()
|