Searched refs:kCArgSlotCount (Results 1 – 4 of 4) sorted by relevance
782 const int kCArgSlotCount = 4; variable783 const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize;
124 ASSERT(index > kCArgSlotCount); in CFunctionArgumentOperand()
2734 stack_argument[i - 4 + kCArgSlotCount] = va_arg(parameters, int32_t); in Call()
4897 stack_passed_words += kCArgSlotCount; in CalculateStackPassedWords()