Searched refs:SIDESTEP_ASSERT (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc94 SIDESTEP_ASSERT(sizeof(relative_offset) == 4);
117 SIDESTEP_ASSERT(sizeof(new_target) == 4);
168 SIDESTEP_ASSERT(false && "Failed to make page containing target function "
187 SIDESTEP_ASSERT(false &&
196 SIDESTEP_ASSERT(false);
212 SIDESTEP_ASSERT(false && "Failed to flush instruction cache.");
226 SIDESTEP_ASSERT(false && "Preconditions not met");
248 SIDESTEP_ASSERT(false && "Unable to allocate preamble-stub.");
260 SIDESTEP_ASSERT(false);
276 SIDESTEP_ASSERT(fals
[all...]
H A Dpreamble_patcher.h45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond) macro
206 SIDESTEP_ASSERT(module_name && function_name);
208 SIDESTEP_ASSERT(false &&
213 SIDESTEP_ASSERT(module != NULL);
215 SIDESTEP_ASSERT(false && "Invalid module name.");
220 SIDESTEP_ASSERT(
H A Dpreamble_patcher_with_stub.cc64 SIDESTEP_ASSERT(false &&
126 SIDESTEP_ASSERT(false
162 SIDESTEP_ASSERT(false &&
169 SIDESTEP_ASSERT(false &&
188 SIDESTEP_ASSERT(false &&
206 SIDESTEP_ASSERT(false);
H A Dmini_disassembler.h45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond) macro
H A Dpreamble_patcher_test.cc98 SIDESTEP_ASSERT(original_function != NULL);
143 SIDESTEP_ASSERT((*original_function)(1) == 2);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc94 SIDESTEP_ASSERT(sizeof(relative_offset) == 4);
117 SIDESTEP_ASSERT(sizeof(new_target) == 4);
168 SIDESTEP_ASSERT(false && "Failed to make page containing target function "
187 SIDESTEP_ASSERT(false &&
196 SIDESTEP_ASSERT(false);
212 SIDESTEP_ASSERT(false && "Failed to flush instruction cache.");
226 SIDESTEP_ASSERT(false && "Preconditions not met");
248 SIDESTEP_ASSERT(false && "Unable to allocate preamble-stub.");
260 SIDESTEP_ASSERT(false);
276 SIDESTEP_ASSERT(fals
[all...]
H A Dpreamble_patcher.h45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond) macro
206 SIDESTEP_ASSERT(module_name && function_name);
208 SIDESTEP_ASSERT(false &&
213 SIDESTEP_ASSERT(module != NULL);
215 SIDESTEP_ASSERT(false && "Invalid module name.");
220 SIDESTEP_ASSERT(
H A Dpreamble_patcher_with_stub.cc64 SIDESTEP_ASSERT(false &&
126 SIDESTEP_ASSERT(false
162 SIDESTEP_ASSERT(false &&
169 SIDESTEP_ASSERT(false &&
188 SIDESTEP_ASSERT(false &&
206 SIDESTEP_ASSERT(false);
H A Dmini_disassembler.h45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond) macro
H A Dpreamble_patcher_test.cc98 SIDESTEP_ASSERT(original_function != NULL);
143 SIDESTEP_ASSERT((*original_function)(1) == 2);

Completed in 102 milliseconds