Home
last modified time | relevance | path

Searched refs:ClearBit (Results 1 – 12 of 12) 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.h154 void ClearBit(uint32_t idx) { in ClearBit() function
350 void ClearBit(size_t row, size_t col) { in ClearBit() function
353 GetRawData().ClearBit(row * num_columns_ + col); in ClearBit()
Dbit_vector.cc389 GetRawData().ClearBit(num_rows_ * num_columns_ - 1); in Resize()
/art/compiler/optimizing/
Dexecution_subgraph.cc141 visiting.ClearBit(current_path.back()); in Prune()
287 unreachable.ClearBit(cur->GetBlockId()); in RecalculateExcludedCohort()
Dssa_liveness_analysis.cc214 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
249 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
Dlocations.h643 stack_mask_->ClearBit(index); in ClearStackBit()
Dsuperblock_cloner.cc103 bb_set->ClearBit(block->GetBlockId()); in TraverseSubgraphForConnectivity()
297 visiting.ClearBit(current_id); in FindBackEdgesLocal()
Dnodes.cc89 visiting.ClearBit(current_id); in FindBackEdges()
337 not_post_order_visited_.ClearBit(blk->GetBlockId()); in CalculateReachability()
914 blocks_.ClearBit(block->GetBlockId()); in Remove()
Dregister_allocator_graph_color.cc2070 taken.ClearBit(s); in ColorSpillSlots()
Dinstruction_builder.cc531 locations->ClearBit(inst.DexPc()); in FindNativeDebugInfoLocations()
Dload_store_elimination.cc3527 still_unsorted.ClearBit(ni->GetId()); in ReorderMaterializationsForEnvDominance()