Home
last modified time | relevance | path

Searched refs:FIXED_SLOT (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h439 return UnallocatedOperand(UnallocatedOperand::FIXED_SLOT, in ToUnallocatedOperand()
444 return UnallocatedOperand(UnallocatedOperand::FIXED_SLOT, in ToUnallocatedOperand()
H A Dinstruction.h179 enum BasicPolicy { FIXED_SLOT, EXTENDED_POLICY }; enumerator
222 DCHECK(policy == FIXED_SLOT); in UnallocatedOperand()
268 return basic_policy() == FIXED_SLOT || in HasFixedPolicy()
284 bool HasFixedSlotPolicy() const { return basic_policy() == FIXED_SLOT; } in HasFixedSlotPolicy()
303 // [basic_policy]: Distinguish between FIXED_SLOT and all other policies.
306 // [extended_policy]: Only for non-FIXED_SLOT. The finer-grained policy.
317 // [fixed_slot_index]: Only for FIXED_SLOT.
335 // [lifetime]: Only for non-FIXED_SLOT.
345 // stored within the operand. The FIXED_SLOT policy uses a compact encoding
348 // For FIXED_SLOT polic
[all...]
H A Dregister-allocator-verifier.cc174 if (unallocated->basic_policy() == UnallocatedOperand::FIXED_SLOT) { in BuildConstraint()
H A Dinstruction.cc153 if (unalloc->basic_policy() == UnallocatedOperand::FIXED_SLOT) { in operator <<()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc386 if (operand.basic_policy() == compiler::UnallocatedOperand::FIXED_SLOT) { in AllocateNodeResult()
H A Dmaglev-ir.cc396 result().SetUnallocated(compiler::UnallocatedOperand::FIXED_SLOT, in AllocateVreg()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1094 if (unalloc->basic_policy() == UnallocatedOperand::FIXED_SLOT) { in operator <<()
1095 os << ",\"tooltip\": \"FIXED_SLOT: " << unalloc->fixed_slot_index() in operator <<()

Completed in 18 milliseconds