Searched refs:IsAllocated (Results 1 – 14 of 14) sorted by relevance
44 DCHECK(!IsAllocated()); in Initialize()48 if (IsAllocated()) { in Release()52 DCHECK(!IsAllocated()); in Release()56 if (IsAllocated()) { in Insert()67 if (IsAllocated()) { in Contains()87 bool IsAllocated() { return bitmap_ & kPointerTag; } in IsAllocated() function90 DCHECK(!IsAllocated()); in Allocate()100 DCHECK(IsAllocated()); in Allocate()104 DCHECK(IsAllocated()); in InsertAllocated()115 DCHECK(IsAllocated()); in BitmapArray()
52 bool TemporaryDeviceMemoryBase::IsAllocated() const { in IsAllocated() function in stream_executor::TemporaryDeviceMemoryBase63 DCHECK(IsAllocated()); in TemporaryDeviceMemoryBase()
85 bool IsAllocated() const;
328 return HasSpillOperand() && spill_operand_->IsAllocated(); in HasAllocatedSpillOperand()724 bool IsAllocated(RegisterIndex reg);1106 if (IsAllocated(reg)) { in VirtualRegisterForRegister()1114 DCHECK(IsAllocated(reg)); in IsPhiGapMove()1122 if (IsAllocated(reg)) { in Commit()1131 DCHECK(IsAllocated(reg)); in Spill()1140 DCHECK(IsAllocated(reg)); in SpillForDeferred()1167 DCHECK(IsAllocated(reg)); in UseForPhiGapMove()1180 bool RegisterState::IsAllocated(RegisterIndex reg) { in IsAllocated() function in v8::internal::compiler::RegisterState1185 DCHECK(IsAllocated(reg)); in HasPendingUsesOnly()[all …]
40 move->source().IsAllocated() || move->source().IsConstant(), in VerifyAllocatedGaps()42 CHECK_WITH_MSG(move->destination().IsAllocated(), caller_info); in VerifyAllocatedGaps()
2076 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()2351 if (move->source().IsAllocated()) { in ProcessPhis()
23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
78 if (!cv.IsAllocated()) return; in ChunkCallback()
54 bool IsAllocated(); // Checks if the memory is currently allocated.
1015 bool valid1 = chunk1.IsAllocated(); in CheckForInvalidPointerPair()1016 bool valid2 = chunk2.IsAllocated(); in CheckForInvalidPointerPair()
668 bool AsanChunkView::IsAllocated() { in IsAllocated() function in __asan::AsanChunkView
257 if (IsAllocated()) { in EnsureAllocated()264 DCHECK(IsAllocated()); in EnsureAllocated()617 if (!IsAllocated()) return *this; in Copy()631 return IsAllocated() && other.IsAllocated() && in operator ==()644 return IsAllocated() && constants().Includes(other.constants()) && in Includes()663 return IsAllocated() ? impl_->constants_ : ConstantsSet(); in constants()666 MapsSet Hints::maps() const { return IsAllocated() ? impl_->maps_ : MapsSet(); } in maps()669 return IsAllocated() ? impl_->virtual_closures_ : VirtualClosuresSet(); in virtual_closures()673 return IsAllocated() ? impl_->virtual_contexts_ : VirtualContextsSet(); in virtual_contexts()677 return IsAllocated() ? impl_->virtual_bound_functions_ in virtual_bound_functions()[all …]
135 bool IsAllocated() const { return impl_ != nullptr; } in IsAllocated() function
46 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local47 if (!IsAllocated) in explainPdbFile()