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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3582 int32_t Integer32Value() const { function in class:v8::FINAL::FINAL
5107 HConstant::cast(left)->Integer32Value() >= 0) ||
5110 HConstant::cast(right)->Integer32Value() >= 0))) {
5118 HConstant::cast(left)->Integer32Value() < 0) ||
5121 HConstant::cast(right)->Integer32Value() < 0))) {

Completed in 147 milliseconds