Home | History | Annotate | Download | only in mips

Lines Matching refs:context_index

4764 void FullCodeGenerator::LoadContextField(Register dst, int context_index) {
4765 __ lw(dst, ContextOperand(cp, context_index));