Home
last modified time | relevance | path

Searched defs:is_free (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dregion-allocator.h142 bool is_free() const { return state_ == RegionState::kFree; } in is_free() function in v8::base::final::Region
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table.h171 static bool is_free(Address entry) { in is_free() function in v8::internal::ExternalPointerTable
/third_party/python/Lib/
H A Dsymtable.py273 def is_free(self): member in Symbol
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h411 bool is_free(LiftoffRegister reg) const { return !is_used(reg); } in is_free() function
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp889 auto is_free = [&](PhysReg reg_index) in get_reg_simple() local

Completed in 9 milliseconds