Home
last modified time | relevance | path

Searched refs:IsUsed (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/include/cppgc/internal/
Dpersistent-node.h47 CPPGC_DCHECK(IsUsed()); in UpdateOwner()
52 CPPGC_DCHECK(!IsUsed()); in FreeListNext()
57 CPPGC_DCHECK(IsUsed()); in Trace()
61 bool IsUsed() const { return trace_; } in IsUsed() function
64 CPPGC_DCHECK(IsUsed()); in owner()
104 CPPGC_DCHECK(!node->IsUsed()); in TryAllocateNodeFromFreeList()
113 CPPGC_DCHECK(node->IsUsed()); in FreeNode()
/third_party/node/deps/v8/src/heap/cppgc/
Dpersistent-node.cc29 if (!node.IsUsed()) continue; in ClearAllUsedNodes()
58 return node.IsUsed(); in NodesInUse()
91 if (node.IsUsed()) { in Trace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h93 mutable unsigned IsUsed : 1; variable
155 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false), in MCSymbol()
216 bool isUsed() const { return IsUsed; } in isUsed()
296 IsUsed |= SetUsed;
/third_party/gptfdisk/
Dgpt.cc411 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % testAlignment) != 0) { in Verify()
417 if ((partitions[i].IsUsed()) && ((partitions[i].GetLastLBA() + 1) % testAlignment) != 0) { in Verify()
455 if (partitions[i].IsUsed()) { in CheckGPTSize()
696 (partitions[j].GetLastLBA() == mbrLast) && (partitions[j].IsUsed())) in FindHybridMismatches()
726 if ((partitions[i].IsUsed()) && (partitions[j].IsUsed()) && in FindOverlaps()
750 if (partitions[i].IsUsed()) { in FindInsanePartitions()
1772 if (partitions[partNum].IsUsed()) in XFormDisklabel()
2101 if (partitions[pn].IsUsed()) { in SetPartitionGUID()
2117 if (partitions[i].IsUsed()) in RandomizeGUIDs()
2209 if (partitions[i].IsUsed()) { // it exists in GetPartRange()
[all …]
Dgptpart.h69 int IsUsed(void);
Dgpttext.cc467 if (partitions[j].IsUsed() && (partitions[j].IsSizedForMBR() != MBR_SIZED_BAD)) { in MakeHybrid()
537 if (partitions[i].IsUsed()) { in XFormToMBR()
Dgptpart.cc146 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
Dgptcurses.cc98 if (partitions[i].IsUsed()) { in MakeSpacesFromParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbol.cpp49 assert(!IsUsed && "Cannot set a variable that has already been used."); in setVariableValue()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h448 bool IsUsed(Node* node) const;
451 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive()
Dinstruction-selector.cc406 bool InstructionSelector::IsUsed(Node* node) const { in IsUsed() function in v8::internal::compiler::InstructionSelector
1227 if (IsUsed(node) && !IsDefined(node)) { in VisitBlock()
/third_party/node/deps/v8/tools/
Dll_prof.py132 def IsUsed(self): member in Code
310 if code.IsUsed():
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp728 OperandData(Value *V, bool APO, bool IsUsed) in OperandData()
729 : V(V), APO(APO), IsUsed(IsUsed) {} in OperandData()
739 bool IsUsed = false; member
781 OpsVec[OpIdx][Lane].IsUsed = false; in clearUsed()
1042 if (OpData.IsUsed) in getBestOperand()
1077 getData(BestOp.Idx.getValue(), Lane).IsUsed = true; in getBestOperand()
1180 if (Data.APO != OpAPO || Data.IsUsed) in shouldBroadcast()
1184 Data.IsUsed = true; in shouldBroadcast()
/third_party/node/deps/v8/src/torque/
Ddeclarable.h390 bool IsUsed() const { return used_; } in IsUsed() function
Dimplementation-visitor.cc5478 if (macro->IsUsed()) continue; in ReportAllUnusedMacros()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1433 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
1443 if (!IsUsed(*P)) in needToReserveScavengingSpillSlots()
/third_party/vixl/src/aarch64/
Dassembler-aarch64.cc114 if (literal->IsUsed()) { in place()
155 (literal->GetLiteralPool() != NULL) && !literal->IsUsed(); in LinkAndGetWordOffsetTo()
165 if (literal->IsUsed()) { in LinkAndGetWordOffsetTo()
Dmacro-assembler-aarch64.cc172 VIXL_ASSERT((*it)->IsUsed()); in Emit()
Dassembler-aarch64.h256 bool IsUsed() const { return offset_ < 0; } in IsUsed() function
279 VIXL_ASSERT(IsUsed()); in GetLastUse()