Home | History | Annotate | Download | only in arm

Lines Matching refs:context_index

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