Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.h64 ALWAYS_INLINE bool ClearBit(size_t bit_index) { in ClearBit() function
166 return ClearBit(BitIndexFromAddr(addr)); in Clear()
Dmod_union_table.cc519 card_bitmap_->ClearBit(bit_index); in operator ()()
/art/libartbase/base/
Dbit_vector.h149 void ClearBit(uint32_t idx) { in ClearBit() function
/art/compiler/optimizing/
Dssa_liveness_analysis.cc214 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
249 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
Dlocations.h626 stack_mask_->ClearBit(index); in ClearStackBit()
Dsuperblock_cloner.cc103 bb_set->ClearBit(block->GetBlockId()); in TraverseSubgraphForConnectivity()
297 visiting.ClearBit(current_id); in FindBackEdgesLocal()
Dnodes.cc80 visiting.ClearBit(current_id); in FindBackEdges()
740 blocks_.ClearBit(block->GetBlockId()); in Remove()
Dregister_allocator_graph_color.cc2070 taken.ClearBit(s); in ColorSpillSlots()
Dinstruction_builder.cc499 locations->ClearBit(inst.DexPc()); in FindNativeDebugInfoLocations()