Searched refs:heap_ptr (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Ddebug_locate.cc17 char *heap_ptr = (char *)malloc(10); local
52 type = __asan_locate_address(heap_ptr, name, 100,
55 assert(region_address == heap_ptr);
58 type = __asan_locate_address(heap_ptr+1, name, 100,
61 assert(region_address == heap_ptr);
68 uintptr_t shadow_ptr = (((uintptr_t)heap_ptr) >> shadow_scale)
77 free(heap_ptr);
H A Ddebug_report.cc10 char *heap_ptr = (char *)malloc(10); local
11 free(heap_ptr);
15 heap_ptr[0] = 'A'; // BOOM
/external/v8/test/cctest/
H A Dtest-constantpool.cc290 Handle<HeapObject> heap_ptr = local
292 CHECK(heap->InOldDataSpace(heap_ptr->address()));
293 CHECK(!first_page->Contains(heap_ptr->address()));
294 array->set(0, *heap_ptr);
295 array->set(1, *heap_ptr);

Completed in 669 milliseconds