Searched refs:c_code (Results 1 – 1 of 1) sorted by relevance
3380 HConstant* c_code = HConstant::cast(char_code); in New() local3381 if (c_code->HasNumberValue()) { in New()3382 if (std::isfinite(c_code->DoubleValue())) { in New()3383 uint32_t code = c_code->NumberValueAsInteger32() & 0xffff; in New()