Searched refs:InferRange (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-range-analysis.h28 void InferRange(HValue* value);
H A Dhydrogen-range-analysis.cc53 InferRange(phi);
59 InferRange(value);
172 void HRangeAnalysisPhase::InferRange(HValue* value) { function in class:v8::internal::HRangeAnalysisPhase
H A Dhydrogen-instructions.cc616 range_ = InferRange(zone);
1054 Range* HBoundsCheck::InferRange(Zone* zone) { function in class:v8::internal::HBoundsCheck
1069 return HValue::InferRange(zone);
1233 Range* HUnaryMathOperation::InferRange(Zone* zone) { function in class:v8::internal::HUnaryMathOperation
1254 return HValue::InferRange(zone);
1730 Range* HValue::InferRange(Zone* zone) { function in class:v8::internal::HValue
1745 Range* HChange::InferRange(Zone* zone) { function in class:v8::internal::HChange
1767 : HValue::InferRange(zone);
1776 Range* HConstant::InferRange(Zone* zone) { function in class:v8::internal::HConstant
1782 return HValue::InferRange(zon
1791 Range* HPhi::InferRange(Zone* zone) { function in class:v8::internal::HPhi
1812 Range* HAdd::InferRange(Zone* zone) { function in class:v8::internal::HAdd
1833 Range* HSub::InferRange(Zone* zone) { function in class:v8::internal::HSub
1854 Range* HMul::InferRange(Zone* zone) { function in class:v8::internal::HMul
1880 Range* HDiv::InferRange(Zone* zone) { function in class:v8::internal::HDiv
1902 Range* HMathFloorOfDiv::InferRange(Zone* zone) { function in class:v8::internal::HMathFloorOfDiv
1941 Range* HMod::InferRange(Zone* zone) { function in class:v8::internal::HMod
2418 Range* HMathMinMax::InferRange(Zone* zone) { function in class:v8::internal::HMathMinMax
3041 Range* HBitwise::InferRange(Zone* zone) { function in class:v8::internal::HBitwise
3093 Range* HSar::InferRange(Zone* zone) { function in class:v8::internal::HSar
3108 Range* HShr::InferRange(Zone* zone) { function in class:v8::internal::HShr
3133 Range* HShl::InferRange(Zone* zone) { function in class:v8::internal::HShl
3148 Range* HLoadNamedField::InferRange(Zone* zone) { function in class:v8::internal::HLoadNamedField
3168 Range* HLoadKeyed::InferRange(Zone* zone) { function in class:v8::internal::HLoadKeyed
[all...]
H A Dhydrogen-instructions.h862 virtual Range* InferRange(Zone* zone);
1698 virtual Range* InferRange(Zone* zone) OVERRIDE;
2620 virtual Range* InferRange(Zone* zone) OVERRIDE;
3271 virtual Range* InferRange(Zone* zone) OVERRIDE;
3707 virtual Range* InferRange(Zone* zone) OVERRIDE;
4081 virtual Range* InferRange(Zone* zone) OVERRIDE;
4213 virtual Range* InferRange(Zone* zone) OVERRIDE;
4860 virtual Range* InferRange(Zone* zone) OVERRIDE;
4893 virtual Range* InferRange(Zone* zone) OVERRIDE;
4943 virtual Range* InferRange(Zon
[all...]

Completed in 56 milliseconds