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

  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 120 T* original_function_stub) {
126 (void**)(original_function_stub));
146 // @param original_function_stub Pointer to memory that should receive a
156 T* original_function_stub) {
177 (void**)(original_function_stub));
194 // @param original_function_stub Pointer to memory that should receive a
198 // @param original_function_stub Pointer to memory that should receive a
206 // *original_function_stub) is allocated on the heap, and (in
215 void** original_function_stub);
229 // @param original_function_stub Pointer to the stub returned whe
    [all...]
preamble_patcher.cc 82 void** original_function_stub) {
83 if (!target_function || !replacement_function || !original_function_stub ||
84 (*original_function_stub) || target_function == replacement_function) {
123 *original_function_stub = reinterpret_cast<void*>(preamble_stub);
137 void* original_function_stub) {
138 ASSERT1(target_function && original_function_stub);
139 if (!target_function || !original_function_stub) {
149 reinterpret_cast<unsigned char*>(original_function_stub) +
197 original_function_stub, preamble_bytes); local
202 //delete original_function_stub;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 169 T* original_function_stub) {
175 (void**)(original_function_stub));
195 // @param original_function_stub Pointer to memory that should receive a
205 T* original_function_stub) {
228 (void**)(original_function_stub));
245 // @param original_function_stub Pointer to memory that should receive a
249 // @param original_function_stub Pointer to memory that should receive a
257 // *original_function_stub) is allocated on the heap, and (in
266 void** original_function_stub);
280 // @param original_function_stub Pointer to the stub returned whe
    [all...]
preamble_patcher.cc 223 void** original_function_stub) {
224 if (!target_function || !replacement_function || !original_function_stub ||
225 (*original_function_stub) || target_function == replacement_function) {
285 *original_function_stub =
292 void* original_function_stub) {
294 original_function_stub);
296 !original_function_stub) {
335 original_function_stub);
378 original_function_stub) + preamble_bytes), cur_bytes);
389 FreePreambleBlock(reinterpret_cast<unsigned char*>(original_function_stub));
    [all...]
preamble_patcher_test.cc 62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 169 T* original_function_stub) {
175 (void**)(original_function_stub));
195 // @param original_function_stub Pointer to memory that should receive a
205 T* original_function_stub) {
228 (void**)(original_function_stub));
245 // @param original_function_stub Pointer to memory that should receive a
249 // @param original_function_stub Pointer to memory that should receive a
257 // *original_function_stub) is allocated on the heap, and (in
266 void** original_function_stub);
280 // @param original_function_stub Pointer to the stub returned whe
    [all...]
preamble_patcher.cc 223 void** original_function_stub) {
224 if (!target_function || !replacement_function || !original_function_stub ||
225 (*original_function_stub) || target_function == replacement_function) {
285 *original_function_stub =
292 void* original_function_stub) {
294 original_function_stub);
296 !original_function_stub) {
335 original_function_stub);
378 original_function_stub) + preamble_bytes), cur_bytes);
389 FreePreambleBlock(reinterpret_cast<unsigned char*>(original_function_stub));
    [all...]
preamble_patcher_test.cc 62 #define UNPATCH(target_function, replacement_function, original_function_stub) \

Completed in 398 milliseconds