Home
last modified time | relevance | path

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

/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/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp46 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local
47 if (!IsAllocated) in explainPdbFile()
/external/v8/src/compiler/
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.cc2067 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()
2328 if (move->source().IsAllocated() || move->source().IsExplicit()) { in ProcessPhis()