Home | History | Annotate | Download | only in ia32

Lines Matching refs:context_index

4715 void FullCodeGenerator::LoadContextField(Register dst, int context_index) {
4716 __ mov(dst, ContextOperand(esi, context_index));