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

  /external/chromium_org/v8/src/
hydrogen-instructions.cc 55 void HValue::InferRepresentation(HInferRepresentationPhase* h_infer) {
58 UpdateRepresentation(new_rep, h_infer, "inputs");
60 UpdateRepresentation(new_rep, h_infer, "uses");
63 Representation::Integer32(), h_infer, "use requirements"); local
101 HInferRepresentationPhase* h_infer,
111 AddDependantsToWorklist(h_infer);
116 void HValue::AddDependantsToWorklist(HInferRepresentationPhase* h_infer) {
118 h_infer->AddToWorklist(it.value());
121 h_infer->AddToWorklist(OperandAt(i));
1046 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) {
3003 Representation::Integer32(), h_infer, "use requirements"); local
    [all...]
hydrogen-instructions.h 750 virtual void InferRepresentation(HInferRepresentationPhase* h_infer);
851 HInferRepresentationPhase* h_infer,
853 void AddDependantsToWorklist(HInferRepresentationPhase* h_infer);
    [all...]

Completed in 38 milliseconds