Home | History | Annotate | Download | only in arm

Lines Matching refs:context_index

4353 void FullCodeGenerator::LoadContextField(Register dst, int context_index) {
4354 __ ldr(dst, ContextOperand(cp, context_index));