Home
last modified time | relevance | path

Searched refs:TestBit (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp106 bool accumulatorIsLive = liveOutResult_->TestBit(accumulatorIndex_); in MergeFromCatchBB()
298 if (liveout->TestBit(i)) { in AdvanceToNextBc()
357 if (liveout->TestBit(i)) { in UpdateFrameValues()
429 if (liveout->TestBit(envIndex_)) { in InitEntryBB()
439 if (liveout->TestBit(i)) { in InitEntryBB()
455 if (!liveOut->TestBit(i)) { in InitEntryBB()
462 if (liveOut->TestBit(envIndex_)) { in InitEntryBB()
696 if (liveout->TestBit(i)) { in MergeAssignment()
703 } else if (loopAssignment->TestBit(i)) { in MergeAssignment()
712 bool changedInLoop = loopAssignment != nullptr && loopAssignment->TestBit( in MergeAssignment()
[all...]
H A Dframe_states.h45 bool TestBit(size_t index) const in TestBit() function in panda::ecmascript::kungfu::FrameLiveOut
47 return liveout_.TestBit(index); in TestBit()
H A Dinduction_variable_analysis.cpp218 if (!loop.loopBodys->TestBit(region->GetId()) && loop.loopHead != region) { in TryReplaceOutOfLoopUses()
H A Dgraph_linearizer.cpp379 if (loopInfo.loopBodys->TestBit(i)) { in PrintLoop()
429 if (!loopInfo.loopBodys->TestBit(pred->GetId())) { in PropagateLoopBody()
505 if (loopInfo != nullptr && !loopInfo->loopBodys->TestBit(succ->GetId())) { in ComputeLoopTree()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dremembered_set.h77 bool TestBit(uintptr_t begin, uintptr_t addr) const in TestBit() function in panda::ecmascript::RememberedSet
79 return GCBitsetData()->TestBit((addr - begin) >> TAGGED_TYPE_SIZE_LOG); in TestBit()
H A Dregion-inl.h185 return packedData_.markGCBitset_->TestBit((addrPtr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG); in Test()
197 return set->TestBit(ToUintPtr(this), addr); in TestNewToEden()
209 return set->TestBit(ToUintPtr(this), addr); in TestOldToNew()
220 return packedData_.localToShareSet_->TestBit(ToUintPtr(this), addr); in TestLocalToShare()
H A Djit_fort.h131 return TestBit((addr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG); in Test()
H A Dgc_bitset.h125 bool TestBit(uintptr_t offset) const in TestBit() function in panda::ecmascript::GCBitset
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dsparse_datainfo.h78 bool TestBit(uint32 bitNO) const in TestBit() function in maplebe::SparseDataInfo
H A Ddatainfo.h50 bool TestBit(uint32 bitNO) const in TestBit() function in maplebe::DataInfo
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.h95 bool TestBit(size_t bitOffset) const in TestBit() function in ark::mem::Bitmap
503 return TestBit(AddrToBitOffset(ToPointerType(addr)));
513 return TestBit(AddrToBitOffset(ToPointerType(addr)));
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Dbit_set.h61 bool TestBit(size_t offset) const in TestBit() function in panda::ecmascript::kungfu::BitSet

Completed in 10 milliseconds