Home
last modified time | relevance | path

Searched refs:SetBit (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h71 save_state->GetRootsStackMask()->SetBit(location.GetValue()); in AddLocationToRoots()
75 save_state->GetRootsStackMask()->SetBit(location.GetValue() + slot_offset); in AddLocationToRoots()
/arkcompiler/ets_runtime/ecmascript/mem/
Dremembered_set.h47 … return GCBitsetData()->SetBit<AccessType::NON_ATOMIC>((addr - begin) >> TAGGED_TYPE_SIZE_LOG); in Insert()
52 return GCBitsetData()->SetBit<AccessType::ATOMIC>((addr - begin) >> TAGGED_TYPE_SIZE_LOG); in AtomicInsert()
Dgc_bitset.h88 bool SetBit(uintptr_t offset);
216 inline bool GCBitset::SetBit<AccessType::NON_ATOMIC>(uintptr_t offset)
228 inline bool GCBitset::SetBit<AccessType::ATOMIC>(uintptr_t offset)
Dregion-inl.h86 return packedData_.markGCBitset_->SetBit<AccessType::ATOMIC>( in AtomicMark()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h41 void SetBit(size_t index) in SetBit() function
43 liveout_.SetBit(index); in SetBit()
97 liveOutResult_->SetBit(index); in UpdateVirtualRegister()
Dgraph_linearizer.cpp380 loopInfo.loopBodys->SetBit(curRegion->GetId()); in ComputeLoopInfo()
395 loopInfo.loopBodys->SetBit(pred->GetId()); in PropagateLoopBody()
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_vector_test.cpp285 vector.SetBit(4000); in TestModification()
303 vector.SetBit(55);
306 vector.SetBit(45);
Dbit_table_test.cpp379 vec.SetBit(j); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp107 stack_roots.SetBit(2); in TEST_F()
181 stack_roots.SetBit(1); in TEST_F()
182 stack_roots.SetBit(2); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h70 void SetBit(size_t offset) in SetBit() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h404 void SetBit(size_t index) in SetBit() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2458 roots_stack_mask_->SetBit(slot); in SetRootsStackMaskBit()