/third_party/node/deps/v8/include/cppgc/internal/ |
D | persistent-node.h | 47 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/ |
D | persistent-node.cc | 29 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/ |
D | MCSymbol.h | 93 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/ |
D | gpt.cc | 411 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 …]
|
D | gptpart.h | 69 int IsUsed(void);
|
D | gpttext.cc | 467 if (partitions[j].IsUsed() && (partitions[j].IsSizedForMBR() != MBR_SIZED_BAD)) { in MakeHybrid() 537 if (partitions[i].IsUsed()) { in XFormToMBR()
|
D | gptpart.cc | 146 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
|
D | gptcurses.cc | 98 if (partitions[i].IsUsed()) { in MakeSpacesFromParts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbol.cpp | 49 assert(!IsUsed && "Cannot set a variable that has already been used."); in setVariableValue()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction-selector.h | 448 bool IsUsed(Node* node) const; 451 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive()
|
D | instruction-selector.cc | 406 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/ |
D | ll_prof.py | 132 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/ |
D | SLPVectorizer.cpp | 728 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/ |
D | declarable.h | 390 bool IsUsed() const { return used_; } in IsUsed() function
|
D | implementation-visitor.cc | 5478 if (macro->IsUsed()) continue; in ReportAllUnusedMacros()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1433 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local 1443 if (!IsUsed(*P)) in needToReserveScavengingSpillSlots()
|
/third_party/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 114 if (literal->IsUsed()) { in place() 155 (literal->GetLiteralPool() != NULL) && !literal->IsUsed(); in LinkAndGetWordOffsetTo() 165 if (literal->IsUsed()) { in LinkAndGetWordOffsetTo()
|
D | macro-assembler-aarch64.cc | 172 VIXL_ASSERT((*it)->IsUsed()); in Emit()
|
D | assembler-aarch64.h | 256 bool IsUsed() const { return offset_ < 0; } in IsUsed() function 279 VIXL_ASSERT(IsUsed()); in GetLastUse()
|