Home | History | Annotate | Download | only in interpreter

Lines Matching full:scope_info

1979     Register scope_info = register_allocator()->NewRegister();
1980 DCHECK(Register::AreContiguous(closure, scope_info));
1985 .StoreAccumulatorInRegister(scope_info)
2030 Register scope_info = register_allocator()->NextConsecutiveRegister();
2035 .StoreAccumulatorInRegister(scope_info);
2039 .CallRuntime(Runtime::kPushBlockContext, scope_info, 2);