Home
last modified time | relevance | path

Searched defs:IsAllocated (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/Common/
DMyBuffer2.h23 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
114 bool IsAllocated() const { return _data != NULL; } in IsAllocated() function
/third_party/node/src/
Dutil.h443 bool IsAllocated() const { in IsAllocated() function
/third_party/node/deps/v8/src/heap/
Dslot-set.h90 bool IsAllocated() { return bitmap_ & kPointerTag; } in IsAllocated() function
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc1229 bool RegisterState::IsAllocated(RegisterIndex reg) { in IsAllocated() function in v8::internal::compiler::RegisterState