Searched defs:h_infer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc60 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { argument
63 UpdateRepresentation(new_rep, h_infer, "inputs");
65 UpdateRepresentation(new_rep, h_infer, "uses");
68 Representation::Integer32(), h_infer, "use requirements"); local
106 HInferRepresentationPhase* h_infer,
116 AddDependantsToWorklist(h_infer);
121 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { argument
123 h_infer->AddToWorklist(it.value());
126 h_infer->AddToWorklist(OperandAt(i));
1034 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { argument
105 UpdateRepresentation(Representation new_rep, HInferRepresentationPhase* h_infer, const char* reason) argument
2966 InferRepresentation(HInferRepresentationPhase* h_infer) argument
2973 Representation::Integer32(), h_infer, "use requirements"); local
3033 InferRepresentation(HInferRepresentationPhase* h_infer) argument
3297 InferRepresentation( HInferRepresentationPhase* h_infer) argument
3337 InferRepresentation( HInferRepresentationPhase* h_infer) argument
3348 InferRepresentation( HInferRepresentationPhase* h_infer) argument
4476 InferRepresentation(HInferRepresentationPhase* h_infer) argument
[all...]

Completed in 64 milliseconds