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

/external/v8/src/crankshaft/
H A Dhydrogen-infer-types.h21 InferTypes(0, graph()->blocks()->length() - 1);
25 void InferTypes(int from_inclusive, int to_inclusive);
H A Dhydrogen-infer-types.cc11 void HInferTypesPhase::InferTypes(int from_inclusive, int to_inclusive) { function in class:v8::internal::HInferTypesPhase
27 InferTypes(i + 1, last_back_edge->block_id());

Completed in 104 milliseconds