Home | History | Annotate | Download | only in mips

Lines Matching refs:context_index

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