Searched defs:IsUsed (Results 1 – 9 of 9) sorted by relevance
61 bool IsUsed() const { return trace_; } in IsUsed() function
146 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
93 mutable unsigned IsUsed : 1; variable
132 def IsUsed(self): member in Code
390 bool IsUsed() const { return used_; } in IsUsed() function
256 bool IsUsed() const { return offset_ < 0; } in IsUsed() function
1433 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
406 bool InstructionSelector::IsUsed(Node* node) const { in IsUsed() function in v8::internal::compiler::InstructionSelector
739 bool IsUsed = false; member