Searched refs:record_bytes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception_internal.h30 size_t record_bytes; // rounded to sizeof(size_t) bytes member in struct:sandbox::FunctionInfo
40 size_t record_bytes; // rounded to sizeof(size_t) bytes member in struct:sandbox::DllPatchInfo
H A Dhandle_closer.h27 size_t record_bytes; // Rounded to sizeof(size_t) bytes. member in struct:sandbox::HandleListEntry
35 size_t record_bytes; // Rounded to sizeof(size_t) bytes. member in struct:sandbox::HandleCloserInfo
H A Dinterception_agent.cc94 reinterpret_cast<char*>(dll_info) + dll_info->record_bytes);
157 if (!IsWithinRange(dll_info, dll_info->record_bytes, function->function)) {
169 if (!IsWithinRange(function, function->record_bytes, interceptor) ||
170 !IsWithinRange(dll_info, dll_info->record_bytes, interceptor)) {
195 reinterpret_cast<const char*>(function) + function->record_bytes);
H A Dinterception_unittest.cc41 ASSERT_EQ(0u, dll->record_bytes % sizeof(size_t));
49 ASSERT_EQ(0u, function->record_bytes % sizeof(size_t));
69 reinterpret_cast<char*>(function) + function->record_bytes);
74 dll->record_bytes);
H A Dinterception.cc167 size_t record_bytes = offsetof(FunctionInfo, function) + strings_chars; local
168 record_bytes = RoundUpToMultiple(record_bytes, sizeof(size_t));
169 buffer_bytes += record_bytes;
255 dll_info->record_bytes = required;
294 function->record_bytes = required;
311 dll_info->record_bytes += required;
H A Dhandle_closer_agent.cc66 + entry->record_bytes);
H A Dhandle_closer.cc127 handle_info->record_bytes = buffer_bytes;
157 list_entry->record_bytes = reinterpret_cast<char*>(output) -

Completed in 199 milliseconds