Searched defs:InferRange (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-range-analysis.cc76 InferRange(phi);
81 InferRange(it.Current());
157 void HRangeAnalysisPhase::InferRange(HValue* value) { function in class:v8::internal::HRangeAnalysisPhase
H A Dhydrogen-instructions.cc686 range_ = InferRange(zone);
950 Range* HBoundsCheck::InferRange(Zone* zone) { function in class:v8::internal::HBoundsCheck
965 return HValue::InferRange(zone);
1135 Range* HUnaryMathOperation::InferRange(Zone* zone) { function in class:v8::internal::HUnaryMathOperation
1155 return HValue::InferRange(zone);
1624 Range* HValue::InferRange(Zone* zone) { function in class:v8::internal::HValue
1639 Range* HChange::InferRange(Zone* zone) { function in class:v8::internal::HChange
1651 : HValue::InferRange(zone);
1660 Range* HConstant::InferRange(Zone* zone) { function in class:v8::internal::HConstant
1666 return HValue::InferRange(zon
1675 Range* HPhi::InferRange(Zone* zone) { function in class:v8::internal::HPhi
1696 Range* HAdd::InferRange(Zone* zone) { function in class:v8::internal::HAdd
1717 Range* HSub::InferRange(Zone* zone) { function in class:v8::internal::HSub
1738 Range* HMul::InferRange(Zone* zone) { function in class:v8::internal::HMul
1764 Range* HDiv::InferRange(Zone* zone) { function in class:v8::internal::HDiv
1789 Range* HMod::InferRange(Zone* zone) { function in class:v8::internal::HMod
2264 Range* HMathMinMax::InferRange(Zone* zone) { function in class:v8::internal::HMathMinMax
2815 Range* HBitwise::InferRange(Zone* zone) { function in class:v8::internal::HBitwise
2867 Range* HSar::InferRange(Zone* zone) { function in class:v8::internal::HSar
2882 Range* HShr::InferRange(Zone* zone) { function in class:v8::internal::HShr
2907 Range* HShl::InferRange(Zone* zone) { function in class:v8::internal::HShl
2922 Range* HLoadNamedField::InferRange(Zone* zone) { function in class:v8::internal::HLoadNamedField
2942 Range* HLoadKeyed::InferRange(Zone* zone) { function in class:v8::internal::HLoadKeyed
[all...]
/external/v8/src/
H A Dhydrogen-instructions.cc524 range_ = InferRange(zone);
1020 Range* HValue::InferRange(Zone* zone) { function in class:v8::internal::HValue
1028 Range* HChange::InferRange(Zone* zone) { function in class:v8::internal::HChange
1037 : HValue::InferRange(zone);
1043 Range* HConstant::InferRange(Zone* zone) { function in class:v8::internal::HConstant
1049 return HValue::InferRange(zone);
1053 Range* HPhi::InferRange(Zone* zone) { function in class:v8::internal::HPhi
1066 return HValue::InferRange(zone);
1071 Range* HAdd::InferRange(Zone* zone) { function in class:v8::internal::HAdd
1083 return HValue::InferRange(zon
1088 Range* HSub::InferRange(Zone* zone) { function in class:v8::internal::HSub
1104 Range* HMul::InferRange(Zone* zone) { function in class:v8::internal::HMul
1122 Range* HDiv::InferRange(Zone* zone) { function in class:v8::internal::HDiv
1147 Range* HMod::InferRange(Zone* zone) { function in class:v8::internal::HMod
1358 Range* HBitwise::InferRange(Zone* zone) { function in class:v8::internal::HBitwise
1376 Range* HSar::InferRange(Zone* zone) { function in class:v8::internal::HSar
1392 Range* HShr::InferRange(Zone* zone) { function in class:v8::internal::HShr
1418 Range* HShl::InferRange(Zone* zone) { function in class:v8::internal::HShl
1434 Range* HLoadKeyedSpecializedArrayElement::InferRange(Zone* zone) { function in class:v8::internal::HLoadKeyedSpecializedArrayElement
[all...]
H A Dhydrogen-instructions.h741 virtual Range* InferRange(Zone* zone);
1217 virtual Range* InferRange(Zone* zone);
2271 virtual Range* InferRange(Zone* zone);
2449 virtual Range* InferRange(Zone* zone);
3150 virtual Range* InferRange(Zone* zone);
3175 virtual Range* InferRange(Zone* zone);
3203 virtual Range* InferRange(Zone* zone);
3236 virtual Range* InferRange(Zone* zone);
3260 virtual Range* InferRange(Zone* zone);
3292 virtual Range* InferRange(Zon
4314 virtual Range* InferRange(Zone* zone) { function in class:v8::HStringCharCodeAt
4367 virtual Range* InferRange(Zone* zone) { function in class:v8::HStringLength
[all...]
H A Dhydrogen.cc992 void InferRange(HValue* value);
1034 InferRange(phi);
1040 InferRange(instr);
1103 void HRangeAnalysis::InferRange(HValue* value) { function in class:v8::internal::HRangeAnalysis

Completed in 139 milliseconds