Home
last modified time | relevance | path

Searched refs:TestBit (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h61 bool TestBit(size_t offset) const in TestBit() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion-inl.h101 …return packedData_.markGCBitset_->TestBit((addrPtr & DEFAULT_REGION_MASK) >> TAGGED_TYPE_SIZE_LOG); in Test()
Dgc_bitset.h115 bool TestBit(uintptr_t offset) const in TestBit() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp347 if (loopInfo.loopBodys->TestBit(i)) { in PrintLoop()
394 if (!loopInfo.loopBodys->TestBit(pred->GetId())) { in PropagateLoopBody()
465 if (!loopInfo->loopBodys->TestBit(succ->GetId())) { in ComputeLoopExit()
502 if (loopInfo.loopBodys->TestBit(j)) { in ComputeLoopHeader()