HomeSort by relevance Sort by last modified time
    Searched refs:FIXED_SLOT (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
instruction-selector-impl.h 392 return UnallocatedOperand(UnallocatedOperand::FIXED_SLOT,
397 return UnallocatedOperand(UnallocatedOperand::FIXED_SLOT,
instruction.h 169 enum BasicPolicy { FIXED_SLOT, EXTENDED_POLICY };
204 DCHECK(policy == FIXED_SLOT);
249 return basic_policy() == FIXED_SLOT ||
265 bool HasFixedSlotPolicy() const { return basic_policy() == FIXED_SLOT; }
284 // [basic_policy]: Distinguish between FIXED_SLOT and all other policies.
289 // [extended_policy]: Only for non-FIXED_SLOT. The finer-grained policy.
295 // [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 policy
    [all...]
register-allocator-verifier.cc 165 if (unallocated->basic_policy() == UnallocatedOperand::FIXED_SLOT) {
instruction.cc 138 if (unalloc->basic_policy() == UnallocatedOperand::FIXED_SLOT) {
    [all...]

Completed in 1296 milliseconds