Searched defs:FIXED_SLOT (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.h76 FIXED_SLOT, enumerator in enum:v8::internal::LUnallocated::BasicPolicy
112 DCHECK(policy == FIXED_SLOT);
145 // stored within the operand. The FIXED_SLOT policy uses a compact encoding
148 // For FIXED_SLOT policy:
168 // BitFields specific to BasicPolicy::FIXED_SLOT.
187 return basic_policy() == FIXED_SLOT ||
205 return basic_policy() == FIXED_SLOT;
220 // [basic_policy]: Distinguish between FIXED_SLOT and all other policies.
225 // [extended_policy]: Only for non-FIXED_SLOT. The finer-grained policy.
231 // [fixed_slot_index]: Only for FIXED_SLOT
[all...]
/external/v8/src/compiler/
H A Dinstruction.h172 enum BasicPolicy { FIXED_SLOT, EXTENDED_POLICY }; enumerator in enum:v8::internal::compiler::UnallocatedOperand::BasicPolicy
207 DCHECK(policy == FIXED_SLOT);
241 return basic_policy() == FIXED_SLOT ||
257 bool HasFixedSlotPolicy() const { return basic_policy() == FIXED_SLOT; }
276 // [basic_policy]: Distinguish between FIXED_SLOT and all other policies.
282 // [extended_policy]: Only for non-FIXED_SLOT. The finer-grained policy.
288 // [fixed_slot_index]: Only for FIXED_SLOT.
313 // [lifetime]: Only for non-FIXED_SLOT.
323 // stored within the operand. The FIXED_SLOT policy uses a compact encoding
326 // For FIXED_SLOT polic
[all...]

Completed in 239 milliseconds