Home | History | Annotate | Download | only in x64

Lines Matching refs:context_index

1949 void FullCodeGenerator::LoadContextField(Register dst, int context_index) {
1950 __ movq(dst, CodeGenerator::ContextOperand(rsi, context_index));