Home
last modified time | relevance | path

Searched refs:new_backing (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dmonitor_pool.cc45 uintptr_t* new_backing = new uintptr_t[capacity_]; in AllocateChunk() local
46 monitor_chunks_.StoreRelaxed(new_backing); in AllocateChunk()
49 uintptr_t* new_backing = new uintptr_t[new_capacity]; in AllocateChunk() local
51 memcpy(new_backing, old_backing, sizeof(uintptr_t) * capacity_); in AllocateChunk()
52 monitor_chunks_.StoreRelaxed(new_backing); in AllocateChunk()