Home
last modified time | relevance | path

Searched refs:kCArgSlotCount (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h782 const int kCArgSlotCount = 4; variable
783 const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize;
Dmacro-assembler-mips.h124 ASSERT(index > kCArgSlotCount); in CFunctionArgumentOperand()
Dsimulator-mips.cc2734 stack_argument[i - 4 + kCArgSlotCount] = va_arg(parameters, int32_t); in Call()
Dmacro-assembler-mips.cc4897 stack_passed_words += kCArgSlotCount; in CalculateStackPassedWords()