Home | History | Annotate | Download | only in arm64

Lines Matching refs:Poke

667   // Poke 'src' onto the stack. The offset is in bytes.
671 void Poke(const CPURegister& src, const Operand& offset);
679 // Poke 'src1' and 'src2' onto the stack. The values written will be adjacent
1758 Poke(src, SafepointRegisterStackIndex(dst.code()) * kPointerSize);