• Home
  • Raw
  • Download

Lines Matching refs:store_

30       store_(zone),  in AstTyper()
69 store_.Seq(parameter_index(-1), ObservedOnStack(frame->receiver())); in ObserveTypesAtOsrEntry()
71 store_.Seq(parameter_index(i), ObservedOnStack(frame->GetParameter(i))); in ObserveTypesAtOsrEntry()
75 store_.Seq(stack_local_index(i), ObservedOnStack(frame->GetExpression(i))); in ObserveTypesAtOsrEntry()
81 store_.LookupBounds(parameter_index(-1)).lower); in ObserveTypesAtOsrEntry()
85 store_.LookupBounds(parameter_index(i)).lower); in ObserveTypesAtOsrEntry()
93 store_.LookupBounds(stack_local_index(local_index)).lower); in ObserveTypesAtOsrEntry()
128 store_.Forget(); // Control may transfer here via 'break l'. in VisitBlock()
163 store_.Seq(then_effects); in VisitIfStatement()
233 store_.Forget(); // Reached this in unknown state. in VisitSwitchStatement()
235 store_.Seq(local_effects); in VisitSwitchStatement()
254 store_.Forget(); // Control may transfer here via looping or 'continue'. in VisitDoWhileStatement()
258 store_.Forget(); // Control may transfer here via 'break'. in VisitDoWhileStatement()
268 store_.Forget(); // Control may transfer here via looping or 'continue'. in VisitWhileStatement()
272 store_.Forget(); // Control may transfer here via termination or 'break'. in VisitWhileStatement()
280 store_.Forget(); // Control may transfer here via looping. in VisitForStatement()
290 store_.Forget(); // Control may transfer here via 'continue'. in VisitForStatement()
293 store_.Forget(); // Control may transfer here via termination or 'break'. in VisitForStatement()
303 store_.Forget(); // Control may transfer here via looping or 'continue'. in VisitForInStatement()
306 store_.Forget(); // Control may transfer here via 'break'. in VisitForInStatement()
316 store_.Forget(); // Control may transfer here via 'throw'. in VisitTryCatchStatement()
320 store_.Seq(try_effects); in VisitTryCatchStatement()
328 store_.Forget(); // Control may transfer here via 'throw'. in VisitTryFinallyStatement()
334 store_.Forget(); // May do whatever. in VisitDebuggerStatement()
367 store_.Seq(then_effects); in VisitConditional()
378 NarrowType(expr, store_.LookupBounds(variable_index(var))); in VisitVariableProxy()
466 store_.Seq(variable_index(proxy->var()), Effect(bounds_->get(expr))); in VisitAssignment()
535 store_.Forget(); // Eval could do whatever to local variables. in VisitCall()
621 store_.Seq(variable_index(proxy->var()), Effect(bounds_->get(expr))); in VisitCountOperation()
661 store_.Seq(left_effects); in VisitBinaryOperation()