Home
last modified time | relevance | path

Searched refs:variable_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dtyping.h67 int variable_index(Variable* var) { in variable_index() function
Dtyping.cc385 NarrowType(expr, store_.LookupBounds(variable_index(var))); in VisitVariableProxy()
462 store_.Seq(variable_index(proxy->var()), Effect(expr->bounds())); in VisitAssignment()
601 store_.Seq(variable_index(proxy->var()), Effect(expr->bounds())); in VisitCountOperation()