Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dpolicy_low_level.cc138 char* opcode_buffer = reinterpret_cast<char*>(&buffer_->opcodes[0]); in PolicyRule() local
139 char* next_opcode = &opcode_buffer[GetOpcodeCount() * sizeof(PolicyOpcode)]; in PolicyRule()