Home
last modified time | relevance | path

Searched refs:IsAllocated (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/cctest/
Dtest_util.cc144 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()
/third_party/node/deps/v8/src/heap/
Dslot-set.h47 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() function
93 DCHECK(!IsAllocated()); in Allocate()
103 DCHECK(IsAllocated()); in Allocate()
107 DCHECK(IsAllocated()); in InsertAllocated()
118 DCHECK(IsAllocated()); in BitmapArray()
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc343 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::RegisterState
1234 DCHECK(IsAllocated(reg)); in HasPendingUsesOnly()
[all …]
Dregister-allocator-verifier.cc40 move->source().IsAllocated() || move->source().IsConstant(), in VerifyAllocatedGaps()
42 CHECK_WITH_MSG(move->destination().IsAllocated(), caller_info); in VerifyAllocatedGaps()
Dregister-allocator.cc2152 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()
2438 if (move->source().IsAllocated()) { in ProcessPhis()
/third_party/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/third_party/lzma/CPP/Common/
DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
114 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
/third_party/node/deps/v8/src/maglev/
Dmaglev-regalloc.cc268 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()
Dmaglev-code-generator.cc181 if (!source.IsAllocated()) return; in EmitStackToRegisterGapMove()
/third_party/node/src/
Dutil.h436 CHECK(!IsAllocated()); in Invalidate()
443 bool IsAllocated() const { in IsAllocated() function
455 CHECK(IsAllocated()); in Release()
472 if (IsAllocated()) in ~MaybeStackBuffer()
Dnode_internals.h183 if (buf->IsAllocated()) in New()
191 if (buf->IsAllocated()) in New()
Dutil-inl.h518 bool was_allocated = IsAllocated(); in AllocateSufficientStorage()
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp115 if (_size_ && !(_buffer_)->IsAllocated()) return E_OUTOFMEMORY; }
2581 if (!buffer.IsAllocated())