Home
last modified time | relevance | path

Searched refs:slot_use_kind (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h831 return slot_use_kind() > SlotUseKind::kNoSlotUse; in has_slot_use()
835 return slot_use_kind() == SlotUseKind::kGeneralSlotUse; in has_non_deferred_slot_use()
842 bits_ = HasSlotUseField::update(bits_, std::max(slot_use_kind(), value)); in register_slot_use()
844 SlotUseKind slot_use_kind() const { return HasSlotUseField::decode(bits_); } in slot_use_kind() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
H A Dregister-allocator.cc2525 range->slot_use_kind() == in BuildLiveRanges()

Completed in 12 milliseconds