Searched refs:kRegisterOutput (Results 1 – 6 of 6) sorted by relevance
142 static const int kRegisterOutput = kInputEnd + kPointerSize; variable144 static const int kAtStart = kRegisterOutput + kPointerSize;154 static const int kRegisterOutput = kInputEnd - kPointerSize; variable155 static const int kAtStart = kRegisterOutput - kPointerSize;
629 ASSERT_EQ(kRegisterOutput, -5 * kPointerSize); in GetCode()729 __ movq(rbx, Operand(rbp, kRegisterOutput)); in GetCode()
127 static const int kRegisterOutput = kReturnAddress + kPointerSize;128 static const int kAtStart = kRegisterOutput + kPointerSize;
664 __ ldr(r0, MemOperand(frame_pointer(), kRegisterOutput)); in GetCode()
128 static const int kRegisterOutput = kInputEnd + kPointerSize;129 static const int kAtStart = kRegisterOutput + kPointerSize;
680 __ mov(ebx, Operand(ebp, kRegisterOutput)); in GetCode()