Searched refs:to_inclusive (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-infer-types.h25 void InferTypes(int from_inclusive, int to_inclusive);
H A Dhydrogen-infer-types.cc11 void HInferTypesPhase::InferTypes(int from_inclusive, int to_inclusive) { argument
12 for (int i = from_inclusive; i <= to_inclusive; ++i) {

Completed in 83 milliseconds