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

  /external/v8/src/
hydrogen-instructions.cc 60 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) {
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) {
123 h_infer->AddToWorklist(it.value());
126 h_infer->AddToWorklist(OperandAt(i));
1034 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) {
2973 Representation::Integer32(), h_infer, "use requirements"); local
    [all...]
hydrogen-instructions.h 758 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
856 HInferRepresentationPhase* h_infer,
858 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
    [all...]

Completed in 38 milliseconds