Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.cc60 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation() argument
63 UpdateRepresentation(new_rep, h_infer, "inputs"); in InferRepresentation()
65 UpdateRepresentation(new_rep, h_infer, "uses"); in InferRepresentation()
68 Representation::Integer32(), h_infer, "use requirements"); in InferRepresentation()
106 HInferRepresentationPhase* h_infer, in UpdateRepresentation() argument
116 AddDependantsToWorklist(h_infer); in UpdateRepresentation()
121 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) { in AddDependantsToWorklist() argument
123 h_infer->AddToWorklist(it.value()); in AddDependantsToWorklist()
126 h_infer->AddToWorklist(OperandAt(i)); in AddDependantsToWorklist()
1034 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation() argument
[all …]
Dhydrogen-instructions.h758 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
856 HInferRepresentationPhase* h_infer,
858 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
3273 HInferRepresentationPhase* h_infer) OVERRIDE;
3826 HInferRepresentationPhase* h_infer, in UpdateRepresentation() argument
3830 HValue::UpdateRepresentation(rep, h_infer, reason); in UpdateRepresentation()
3834 HInferRepresentationPhase* h_infer) OVERRIDE;
4064 HInferRepresentationPhase* h_infer) OVERRIDE;
4164 HInferRepresentationPhase* h_infer, in UpdateRepresentation() argument
4168 HBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason); in UpdateRepresentation()
[all …]