Lines Matching full:c_code
3828 HConstant* c_code = HConstant::cast(char_code);3830 if (c_code->HasNumberValue()) {3831 if (std::isfinite(c_code->DoubleValue())) {3832 uint32_t code = c_code->NumberValueAsInteger32() & 0xffff;