HomeSort by relevance Sort by last modified time
    Searched defs:HConstant (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
hydrogen-instructions.cc 841 HValue* HConstant::Canonicalize() {
856 HConstant::cast(left())->HasInteger32Value() &&
857 HConstant::cast(left())->Integer32Value() == nop_constant) {
861 HConstant::cast(right())->HasInteger32Value() &&
862 HConstant::cast(right())->Integer32Value() == nop_constant) {
927 HConstant::cast(value())->handle()->IsSymbol()) {
1043 Range* HConstant::InferRange(Zone* zone) {
    [all...]
hydrogen-instructions.h     [all...]

Completed in 84 milliseconds