Searched refs:IsAllocated (Results 1 – 13 of 13) sorted by relevance
144 EXPECT_FALSE(buf.IsAllocated()); in MaybeStackBufferBasic()150 EXPECT_FALSE(buf.IsAllocated()); in MaybeStackBufferBasic()175 EXPECT_TRUE(buf.IsAllocated()); in MaybeStackBufferBasic()196 EXPECT_TRUE(buf.IsAllocated()); in MaybeStackBufferBasic()210 EXPECT_FALSE(buf.IsAllocated()); in MaybeStackBufferBasic()223 EXPECT_FALSE(buf.IsAllocated()); in TEST()227 EXPECT_FALSE(buf.IsAllocated()); in TEST()235 EXPECT_TRUE(bigbuf.IsAllocated()); in TEST()248 EXPECT_FALSE(buf.IsAllocated()); in TEST()
47 DCHECK(!IsAllocated()); in Initialize()51 if (IsAllocated()) { in Release()55 DCHECK(!IsAllocated()); in Release()59 if (IsAllocated()) { in Insert()70 if (IsAllocated()) { in Contains()90 bool IsAllocated() { return bitmap_ & kPointerTag; } in IsAllocated() function93 DCHECK(!IsAllocated()); in Allocate()103 DCHECK(IsAllocated()); in Allocate()107 DCHECK(IsAllocated()); in InsertAllocated()118 DCHECK(IsAllocated()); in BitmapArray()
343 return HasSpillOperand() && spill_operand_->IsAllocated(); in HasAllocatedSpillOperand()757 bool IsAllocated(RegisterIndex reg);1154 if (IsAllocated(reg)) { in VirtualRegisterForRegister()1162 DCHECK(IsAllocated(reg)); in IsPhiGapMove()1170 if (IsAllocated(reg)) { in Commit()1179 DCHECK(IsAllocated(reg)); in Spill()1188 DCHECK(IsAllocated(reg)); in SpillForDeferred()1216 DCHECK(IsAllocated(reg)); in UseForPhiGapMove()1229 bool RegisterState::IsAllocated(RegisterIndex reg) { in IsAllocated() function in v8::internal::compiler::RegisterState1234 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()
2152 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()2438 if (move->source().IsAllocated()) { in ProcessPhis()
148 if (_hInput.IsAllocated) in CleanUp()150 if (_hOutput.IsAllocated) in CleanUp()
23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function114 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
268 if (phi->result().operand().IsAllocated()) continue; in AllocateRegisters()270 if (allocation.IsAllocated()) { in AllocateRegisters()283 if (phi->result().operand().IsAllocated()) continue; in AllocateRegisters()687 DCHECK(allocation.IsAllocated()); in AllocateRegister()
181 if (!source.IsAllocated()) return; in EmitStackToRegisterGapMove()
436 CHECK(!IsAllocated()); in Invalidate()443 bool IsAllocated() const { in IsAllocated() function455 CHECK(IsAllocated()); in Release()472 if (IsAllocated()) in ~MaybeStackBuffer()
183 if (buf->IsAllocated()) in New()191 if (buf->IsAllocated()) in New()
518 bool was_allocated = IsAllocated(); in AllocateSufficientStorage()
115 if (_size_ && !(_buffer_)->IsAllocated()) return E_OUTOFMEMORY; }2581 if (!buffer.IsAllocated())