Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs148 if (_hInput.IsAllocated) in CleanUp()
150 if (_hOutput.IsAllocated) in CleanUp()
/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/
Dregister-allocator-verifier.cc41 CHECK(move->source().IsAllocated() || move->source().IsConstant()); in VerifyAllocatedGaps()
42 CHECK(move->destination().IsAllocated()); in VerifyAllocatedGaps()
Dregister-allocator.cc2061 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()
2322 if (move->source().IsAllocated() || move->source().IsExplicit()) { in ProcessPhis()