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

  /external/v8/src/compiler/
register-allocator-verifier.h 35 kFixedSlot,
register-allocator-verifier.cc 243 case kFixedSlot:
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 38 kFixedSlot,
76 if (index != kNoValue) type = kFixedSlot;
register-allocator-unittest.cc 706 enum class ParameterType { kFixedSlot, kSlot, kRegister, kFixedRegister };
709 ParameterType::kFixedSlot, ParameterType::kSlot, ParameterType::kRegister,
737 case ParameterType::kFixedSlot:
move-optimizer-unittest.cc 69 case kFixedSlot:
instruction-sequence-unittest.cc 389 case kFixedSlot:
408 case kFixedSlot:

Completed in 78 milliseconds