Searched refs:DCHECK_NT (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.h31 // DCHECK_NT is defined to be pretty much an assert at this time because we
39 #define DCHECK_NT(condition) { (condition) ? (void)0 : __debugbreak(); } macro
40 #define VERIFY(action) DCHECK_NT(action)
41 #define VERIFY_SUCCESS(action) DCHECK_NT(NT_SUCCESS(action))
43 #define DCHECK_NT(condition) macro
50 #define NOTREACHED_NT() DCHECK_NT(false)
H A Dpolicy_target.cc30 DCHECK_NT(static_cast<size_t>(ipc_id) < kMaxServiceCount);
31 DCHECK_NT(g_shared_policy_memory);
32 DCHECK_NT(g_shared_policy_size > 0);
64 DCHECK_NT(POLICY_ERROR != result);
H A Dresolver.cc46 DCHECK_NT(address);
H A Dsandbox_nt_util.cc139 DCHECK_NT(g_shared_IPC_size > 0);
143 DCHECK_NT(g_shared_policy_memory);
144 DCHECK_NT(g_shared_policy_size > 0);
199 DCHECK_NT(size);
225 DCHECK_NT(out_name);
354 DCHECK_NT(STATUS_BUFFER_OVERFLOW != ret);
455 DCHECK_NT(kuint16max > size_bytes);
477 DCHECK_NT(!changed_);
494 DCHECK_NT(address_);
495 DCHECK_NT(bytes
[all...]
H A Deat_resolver.cc65 DCHECK_NT(address);
H A Dinterception_agent.cc114 DCHECK_NT(dlls_[i]);
150 DCHECK_NT(NULL != thunks);
151 DCHECK_NT(NULL != dll_info);
188 DCHECK_NT(!g_originals[function->id]);
H A Dsidestep_resolver.cc193 DCHECK_NT(base);
194 DCHECK_NT(return_address);
H A Dservice_resolver_64.cc178 DCHECK_NT(GetInternalThunkSize() >= sizeof(local_service));
H A Dwin_utils.cc128 DCHECK_NT(!path.empty());
/external/chromium_org/sandbox/win/src/sidestep/
H A Dpreamble_patcher_with_stub.cpp45 #define ASSERT(a, b) DCHECK_NT(a)
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc51 DCHECK_NT(g_nt_query_virtual_memory_func);
92 DCHECK_NT(g_nt_query_section_func);
210 DCHECK_NT(g_nt_unmap_view_of_section_func);

Completed in 295 milliseconds