Searched refs:IsUsed (Results 1 – 7 of 7) sorted by relevance
56 mutable unsigned IsUsed : 1; variable63 IsTemporary(isTemporary), IsUsed(false) {} in MCSymbol()78 bool isUsed() const { return IsUsed; } in isUsed()79 void setUsed(bool Value) const { IsUsed = Value; } in setUsed()138 IsUsed = true; in getVariableValue()
83 bool IsUsed : 1; variable145 IsUsed = Val; in setIsUsed()214 bool isUsed() const { return IsUsed; } in isUsed()
25 IsUsed = false; in MacroInfo()44 IsUsed = MI.IsUsed; in MacroInfo()
55 assert(!IsUsed && "Cannot set a variable that has already been used."); in setVariableValue()
112 def IsUsed(self): member in Code283 if code.IsUsed():
1057 bool IsUsed(Page* page);
911 ASSERT(IsUsed(p)); in FindObject()926 bool PagedSpace::IsUsed(Page* page) { in IsUsed() function in v8::internal::PagedSpace