Home | History | Annotate | Download | only in x64

Lines Matching refs:kScratchRegister

336     __ LoadAddress(kScratchRegister, cache_keys);
338 __ cmpp(rbx, Operand(kScratchRegister, rdi, times_1, off));
340 __ cmpp(key, Operand(kScratchRegister, rdi, times_1, off + kPointerSize));
346 __ cmpp(rbx, Operand(kScratchRegister, rdi, times_1, off));
348 __ cmpp(key, Operand(kScratchRegister, rdi, times_1, off + kPointerSize));
361 __ LoadAddress(kScratchRegister, cache_field_offsets);
362 __ movl(rdi, Operand(kScratchRegister, rax, times_4, 0));
459 __ movp(kScratchRegister,
461 __ CompareRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
463 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow);
513 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow);