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

  /external/v8/src/compiler/
register-allocator-verifier.h 182 kFixedSlot,
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 38 kFixedSlot,
76 if (index != kNoValue) type = kFixedSlot;
register-allocator-unittest.cc 705 enum class ParameterType { kFixedSlot, kSlot, kRegister, kFixedRegister };
708 ParameterType::kFixedSlot, ParameterType::kSlot, ParameterType::kRegister,
736 case ParameterType::kFixedSlot:

Completed in 101 milliseconds