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

  /external/qemu/memcheck/
memcheck_malloc_map.c 44 * adesc - Entry in the allocation descriptors map.
50 allocmapentry_alloc_begins(const AllocMapEntry* adesc)
52 return adesc->desc.malloc_desc.ptr;
58 * adesc - Entry in the allocation descriptors map.
63 allocmapentry_alloc_ends(const AllocMapEntry* adesc)
65 return mallocdesc_get_alloc_end(&adesc->desc.malloc_desc);
107 AllocMapEntry* adesc,
110 AllocMapEntry* existing = AllocMap_RB_INSERT(map, adesc);
125 AllocMap_RB_INSERT(map, adesc);
144 AllocMapEntry adesc; local
168 AllocMapEntry* adesc = qemu_malloc(sizeof(AllocMapEntry)); local
189 AllocMapEntry* adesc = allocmap_find_entry(map, address, block_size); local
196 AllocMapEntry* adesc = allocmap_find_entry(map, address, 1); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
function-bind.js 272 var adesc = Object.getOwnPropertyDescriptor(f, "arguments");
277 assertFalse(adesc.enumerable);
278 assertFalse(adesc.configurable);
281 assertSame(cdesc.get, adesc.get);
282 assertSame(cdesc.get, adesc.set);
  /external/v8/test/mjsunit/
function-bind.js 272 var adesc = Object.getOwnPropertyDescriptor(f, "arguments");
277 assertFalse(adesc.enumerable);
278 assertFalse(adesc.configurable);
281 assertSame(cdesc.get, adesc.get);
282 assertSame(cdesc.get, adesc.set);

Completed in 107 milliseconds