Home | History | Annotate | Download | only in x87

Lines Matching refs:context_index

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