Home
last modified time | relevance | path

Searched refs:c_code (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc3380 HConstant* c_code = HConstant::cast(char_code); in New() local
3381 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()