Searched defs:IsAllocated (Results 1 - 4 of 4) sorted by relevance
| /third_party/lzma/CPP/Common/ | ||
| H A D | MyBuffer2.h | 23 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/heap/ | ||
| H A D | slot-set.h | 90 bool IsAllocated() { return bitmap_ & kPointerTag; } in IsAllocated() function in v8::internal::PossiblyEmptyBuckets [all...] |
| /third_party/node/src/ | ||
| H A D | util.h | 445 bool IsAllocated() const { in IsAllocated() function in node::MaybeStackBuffer |
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| H A D | mid-tier-register-allocator.cc | 1229 bool RegisterState::IsAllocated(RegisterIndex reg) { in IsAllocated() function in v8::internal::compiler::RegisterState [all...] |
Completed in 8 milliseconds