Home | History | Annotate | Download | only in x64

Lines Matching refs:context_index

4597 void FullCodeGenerator::LoadContextField(Register dst, int context_index) {
4598 __ movp(dst, ContextOperand(rsi, context_index));