Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h44 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() function
90 DCHECK(!IsAllocated()); in Allocate()
100 DCHECK(IsAllocated()); in Allocate()
104 DCHECK(IsAllocated()); in InsertAllocated()
115 DCHECK(IsAllocated()); in BitmapArray()
/external/tensorflow/tensorflow/stream_executor/
Dtemporary_device_memory.cc52 bool TemporaryDeviceMemoryBase::IsAllocated() const { in IsAllocated() function in stream_executor::TemporaryDeviceMemoryBase
63 DCHECK(IsAllocated()); in TemporaryDeviceMemoryBase()
Dtemporary_device_memory.h85 bool IsAllocated() const;
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc328 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::RegisterState
1185 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.cc2076 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()
2351 if (move->source().IsAllocated()) { in ProcessPhis()
/external/lzma/CPP/Common/
DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc78 if (!cv.IsAllocated()) return; in ChunkCallback()
Dasan_allocator.h54 bool IsAllocated(); // Checks if the memory is currently allocated.
Dasan_report.cc1015 bool valid1 = chunk1.IsAllocated(); in CheckForInvalidPointerPair()
1016 bool valid2 = chunk2.IsAllocated(); in CheckForInvalidPointerPair()
Dasan_allocator.cc668 bool AsanChunkView::IsAllocated() { in IsAllocated() function in __asan::AsanChunkView
/external/v8/src/compiler/
Dserializer-for-background-compilation.cc257 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 …]
Dserializer-hints.h135 bool IsAllocated() const { return impl_ != nullptr; } in IsAllocated() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp46 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
47 if (!IsAllocated) in explainPdbFile()