HomeSort by relevance Sort by last modified time
    Searched refs:h_infer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
hydrogen-instructions.cc 81 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) {
84 UpdateRepresentation(new_rep, h_infer, "inputs");
86 UpdateRepresentation(new_rep, h_infer, "uses");
89 Representation::Integer32(), h_infer, "use requirements"); local
120 HInferRepresentationPhase* h_infer,
130 AddDependantsToWorklist(h_infer);
135 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) {
137 h_infer->AddToWorklist(it.value());
140 h_infer->AddToWorklist(OperandAt(i));
965 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) {
2505 Representation::Integer32(), h_infer, "use requirements"); local
    [all...]
hydrogen-instructions.h 673 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
763 HInferRepresentationPhase* h_infer,
765 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
    [all...]

Completed in 408 milliseconds