HomeSort by relevance Sort by last modified time
    Searched refs:SIDESTEP_ASSERT (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc 94 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(false && "Failed to flush instruction cache.")
    [all...]
preamble_patcher.h 45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond)
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(
preamble_patcher_with_stub.cc 64 SIDESTEP_ASSERT(false &&
126 SIDESTEP_ASSERT(false
162 SIDESTEP_ASSERT(false &&
169 SIDESTEP_ASSERT(false &&
188 SIDESTEP_ASSERT(false &&
206 SIDESTEP_ASSERT(false);
mini_disassembler.h 45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond)
preamble_patcher_test.cc 98 SIDESTEP_ASSERT(original_function != NULL);
143 SIDESTEP_ASSERT((*original_function)(1) == 2);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.cc 94 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(false && "Failed to flush instruction cache.")
    [all...]
preamble_patcher.h 45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond)
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(
preamble_patcher_with_stub.cc 64 SIDESTEP_ASSERT(false &&
126 SIDESTEP_ASSERT(false
162 SIDESTEP_ASSERT(false &&
169 SIDESTEP_ASSERT(false &&
188 SIDESTEP_ASSERT(false &&
206 SIDESTEP_ASSERT(false);
mini_disassembler.h 45 #define SIDESTEP_ASSERT(cond) RAW_DCHECK(cond, #cond)
preamble_patcher_test.cc 98 SIDESTEP_ASSERT(original_function != NULL);
143 SIDESTEP_ASSERT((*original_function)(1) == 2);

Completed in 182 milliseconds