Searched defs:IsUsed (Results 1 – 12 of 12) sorted by relevance
56 mutable unsigned IsUsed : 1; variable
139 int GPTPart::IsUsed(void) { in IsUsed() function in GPTPart
88 mutable unsigned IsUsed : 1; variable
92 mutable unsigned IsUsed : 1; variable
174 bool IsUsed() const { return used_; } in IsUsed() function
100 bool IsUsed : 1; variable
128 def IsUsed(self): member in Code
962 const std::string &CoverageMapping, bool IsUsed) { in addFunctionMappingRecord()
239 bool IsUsed() const { return offset_ < 0; } in IsUsed() function
1210 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
1369 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { in needToReserveScavengingSpillSlots() local
389 bool InstructionSelector::IsUsed(Node* node) const { in IsUsed() function in v8::internal::compiler::InstructionSelector