Home
last modified time | relevance | path

Searched refs:IsUsed (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h45 CPPGC_DCHECK(IsUsed()); in UpdateOwner()
50 CPPGC_DCHECK(!IsUsed()); in FreeListNext()
55 CPPGC_DCHECK(IsUsed()); in Trace()
59 bool IsUsed() const { return trace_; } in IsUsed() function in cppgc::internal::final
62 CPPGC_DCHECK(IsUsed()); in owner()
102 CPPGC_DCHECK(!node->IsUsed()); in TryAllocateNodeFromFreeList()
111 CPPGC_DCHECK(node->IsUsed()); in FreeNode()
/third_party/node/deps/v8/include/cppgc/internal/
H A 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 in cppgc::internal::final
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/
H A 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/
H A DMCSymbol.h92 /// IsUsed - True if this symbol has been used.
93 mutable unsigned IsUsed : 1;
155 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false), in MCSymbol()
216 bool isUsed() const { return IsUsed; } in isUsed()
296 IsUsed |= SetUsed; in getVariableValue()
/third_party/gptfdisk/
H A Dgpt.cc419 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % testAlignment) != 0) { in Verify()
425 if ((partitions[i].IsUsed()) && ((partitions[i].GetLastLBA() + 1) % testAlignment) != 0) { in Verify()
463 if (partitions[i].IsUsed()) { in CheckGPTSize()
704 (partitions[j].GetLastLBA() == mbrLast) && (partitions[j].IsUsed())) in FindHybridMismatches()
734 if ((partitions[i].IsUsed()) && (partitions[j].IsUsed()) && in FindOverlaps()
758 if (partitions[i].IsUsed()) { in FindInsanePartitions()
1782 if (partitions[partNum].IsUsed()) in XFormDisklabel()
2128 if (partitions[pn].IsUsed()) { in SetPartitionGUID()
2144 if (partitions[i].IsUsed()) in RandomizeGUIDs()
[all...]
H A Dgptpart.h69 int IsUsed(void);
H A Dgpttext.cc489 if (partitions[j].IsUsed() && (partitions[j].IsSizedForMBR() != MBR_SIZED_BAD)) { in MakeHybrid()
559 if (partitions[i].IsUsed()) { in XFormToMBR()
H A Dgptpart.cc146 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
148 } // GPTPart::IsUsed() in IsUsed()
H A Dgptcurses.cc98 if (partitions[i].IsUsed()) { in MakeSpacesFromParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbol.cpp49 assert(!IsUsed && "Cannot set a variable that has already been used."); in setVariableValue()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h448 bool IsUsed(Node* node) const;
451 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive()
H A 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/
H A 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/
H A 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()
1170 /// Note: This modifies the 'IsUsed' flag, so a cleanUsed() must follow.
1180 if (Data.APO != OpAPO || Data.IsUsed) in shouldBroadcast()
1184 Data.IsUsed in shouldBroadcast()
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h390 bool IsUsed() const { return used_; } in IsUsed() function in v8::internal::torque::Macro
H A 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/
H A DHexagonFrameLowering.cpp1433 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
1443 if (!IsUsed(*P)) in needToReserveScavengingSpillSlots()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc115 if (literal->IsUsed()) { in place()
156 (literal->GetLiteralPool() != NULL) && !literal->IsUsed(); in LinkAndGetWordOffsetTo()
166 if (literal->IsUsed()) { in LinkAndGetWordOffsetTo()
H A Dmacro-assembler-aarch64.cc172 VIXL_ASSERT((*it)->IsUsed()); in Emit()
H A Dassembler-aarch64.h257 bool IsUsed() const { return offset_ < 0; } in IsUsed() function in vixl::aarch64::RawLiteral
280 VIXL_ASSERT(IsUsed()); in GetLastUse()

Completed in 54 milliseconds