Home
last modified time | relevance | path

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

/third_party/node/test/cctest/
H A 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/
H A 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 in v8::internal::PossiblyEmptyBuckets
93 DCHECK(!IsAllocated()); in Allocate()
103 DCHECK(IsAllocated()); in Allocate()
107 DCHECK(IsAllocated()); in InsertAllocated()
118 DCHECK(IsAllocated()); in BitmapArray()
[all...]
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/third_party/node/deps/v8/src/compiler/backend/
H A 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(re in HasPendingUsesOnly()
[all...]
H A Dregister-allocator-verifier.cc40 move->source().IsAllocated() || move->source().IsConstant(), in VerifyAllocatedGaps()
42 CHECK_WITH_MSG(move->destination().IsAllocated(), caller_info); in VerifyAllocatedGaps()
H A Dregister-allocator.cc2152 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()
2438 if (move->source().IsAllocated()) { in ProcessPhis()
/third_party/lzma/CPP/Common/
H A DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function in CMidBuffer
114 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function in CAlignedBuffer
/third_party/node/deps/v8/src/maglev/
H A 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()
H A Dmaglev-code-generator.cc181 if (!source.IsAllocated()) return; in EmitStackToRegisterGapMove()
/third_party/node/src/
H A Dnode_internals.h183 if (buf->IsAllocated()) in New()
191 if (buf->IsAllocated()) in New()
H A Dutil.h438 CHECK(!IsAllocated()); in Invalidate()
445 bool IsAllocated() const { in IsAllocated() function in node::MaybeStackBuffer
457 CHECK(IsAllocated()); in Release()
474 if (IsAllocated()) in ~MaybeStackBuffer()
H A Dutil-inl.h518 bool was_allocated = IsAllocated(); in AllocateSufficientStorage()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp115 if (_size_ && !(_buffer_)->IsAllocated()) return E_OUTOFMEMORY; }
2581 if (!buffer.IsAllocated())

Completed in 25 milliseconds