Searched defs:IsAllocated (Results 1 – 4 of 4) sorted by relevance
23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function114 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
443 bool IsAllocated() const { in IsAllocated() function
90 bool IsAllocated() { return bitmap_ & kPointerTag; } in IsAllocated() function
1229 bool RegisterState::IsAllocated(RegisterIndex reg) { in IsAllocated() function in v8::internal::compiler::RegisterState