Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.h66 ALWAYS_INLINE bool ClearBit(size_t bit_index) { in ClearBit() function
186 return ClearBit(BitIndexFromAddr(addr)); in Clear()
Dmod_union_table.cc527 card_bitmap_->ClearBit(bit_index); in operator ()()
/art/libartbase/base/
Dbit_vector.h161 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()
Dsuperblock_cloner.cc103 bb_set->ClearBit(block->GetBlockId()); in TraverseSubgraphForConnectivity()
295 visiting.ClearBit(current_id); in FindBackEdgesLocal()
Dlocations.h656 stack_mask_->ClearBit(index); in ClearStackBit()
Dload_store_elimination.cc1947 phi_placeholders_to_materialize->ClearBit(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithDefault()
2009 phi_placeholders_to_materialize->ClearBit(phi_placeholder_index); in TryReplacingLoopPhiPlaceholderWithSingleInput()
Dnodes.cc91 visiting.ClearBit(current_id); in FindBackEdges()
799 blocks_.ClearBit(block->GetBlockId()); in Remove()
Dinstruction_builder.cc554 locations->ClearBit(inst.DexPc()); in FindNativeDebugInfoLocations()