Searched defs:Integer32Value (Results 1 - 2 of 2) sorted by last modified time

/external/v8/src/
H A Dhydrogen-instructions.h2413 int32_t Integer32Value() const { function in class:v8::HConstant
3217 int32_t value = HConstant::cast(right())->Integer32Value();
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3310 int32_t Integer32Value() const { function in class:v8::HConstant
4504 int32_t value = HConstant::cast(right())->Integer32Value();
4679 HConstant::cast(left)->Integer32Value() >= 0) ||
4682 HConstant::cast(right)->Integer32Value() >= 0))) {
4689 HConstant::cast(left)->Integer32Value() < 0) ||
4692 HConstant::cast(right)->Integer32Value() < 0))) {

Completed in 79 milliseconds