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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3547 int32_t Integer32Value() const { function in class:V8_FINAL
5073 HConstant::cast(left)->Integer32Value() >= 0) ||
5076 HConstant::cast(right)->Integer32Value() >= 0))) {
5084 HConstant::cast(left)->Integer32Value() < 0) ||
5087 HConstant::cast(right)->Integer32Value() < 0))) {

Completed in 599 milliseconds