Home
last modified time | relevance | path

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

/art/test/2247-checker-write-barrier-elimination/
Dinfo.txt1 Tests that we eliminate unneeded write barriers.
/art/runtime/jni/
Dlocal_reference_table.cc100 void SmallLrtAllocator::Deallocate(LrtEntry* unneeded, size_t size) { in Deallocate() argument
106 reinterpret_cast<uintptr_t>(unneeded) ^ (kInitialLrtBytes << index)); in Deallocate()
124 unneeded = reinterpret_cast<LrtEntry*>( in Deallocate()
125 reinterpret_cast<uintptr_t>(unneeded) & reinterpret_cast<uintptr_t>(other)); in Deallocate()
130 auto match = [=](MemMap& map) { return unneeded == reinterpret_cast<LrtEntry*>(map.Begin()); }; in Deallocate()
137 *reinterpret_cast<void**>(unneeded) = free_lists_[index]; in Deallocate()
138 free_lists_[index] = unneeded; in Deallocate()
Dlocal_reference_table.h223 void Deallocate(LrtEntry* unneeded, size_t size) REQUIRES(!lock_);