Searched refs:InferTypes (Results 1 – 2 of 2) sorted by relevance
21 InferTypes(0, graph()->blocks()->length() - 1); in Run()25 void InferTypes(int from_inclusive, int to_inclusive);
10 void HInferTypesPhase::InferTypes(int from_inclusive, int to_inclusive) { in InferTypes() function in v8::internal::HInferTypesPhase26 InferTypes(i + 1, last_back_edge->block_id()); in InferTypes()