Home
last modified time | relevance | path

Searched refs:ClearBit (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dremembered_set.h60 void ClearBit(uintptr_t begin, uintptr_t addr) in ClearBit() function in panda::ecmascript::RememberedSet
62 GCBitsetData()->ClearBit((addr - begin) >> TAGGED_TYPE_SIZE_LOG); in ClearBit()
H A Dregion-inl.h173 packedData_.markGCBitset_->ClearBit((addrPtr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG); in ClearMark()
376 set->ClearBit(ToUintPtr(this), addr); in ClearNewToEdenRSet()
388 set->ClearBit(ToUintPtr(this), addr); in ClearOldToNewRSet()
H A Djit_fort.h126 ClearBit((addr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG); in ClearMark()
H A Dgc_bitset.h99 void ClearBit(uintptr_t offset) in ClearBit() function in panda::ecmascript::GCBitset
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_vector_test.cpp289 vector.ClearBit(3000); in TestModification()
319 vector.ClearBit(105); in HWTEST_F()
324 vector.ClearBit(45); in HWTEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_vector_test.cpp293 vector.ClearBit(3000U); in TestModification()
323 vector.ClearBit(105U); in TEST_F()
328 vector.ClearBit(45U); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h40 void ClearBit(size_t index) in ClearBit() function in panda::ecmascript::kungfu::FrameLiveOut
42 liveout_.ClearBit(index); in ClearBit()
H A Dframe_states.cpp111 liveOutResult_->ClearBit(accumulatorIndex_); in MergeFromCatchBB()
144 liveOutResult_->ClearBit(accumulatorIndex_); in ComputeLiveOut()
191 liveOutResult_->ClearBit(accumulatorIndex_); in ComputeLiveOutBC()
195 liveOutResult_->ClearBit(out); in ComputeLiveOutBC()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Dbit_set.h81 void ClearBit(size_t offset) in ClearBit() function in panda::ecmascript::kungfu::BitSet
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.h84 void ClearBit(size_t bitOffset) in ClearBit() function in ark::mem::Bitmap
486 ClearBit(AddrToBitOffset(ToPointerType(addr)));
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h498 bits_.ClearBit(index);
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h246 * - set/clear bits with automatic resizing (SetBit/ClearBit)
414 void ClearBit(size_t index) in ClearBit() function in panda::final
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_vector.h256 * - set/clear bits with automatic resizing (SetBit/ClearBit)
430 void ClearBit(size_t index) in ClearBit() function in ark::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.cpp439 liveIns.ClearBit(inst->GetId());

Completed in 15 milliseconds