Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc3375 HConstant* c_code = HConstant::cast(char_code); in New() local
3376 if (c_code->HasNumberValue()) { in New()
3377 if (std::isfinite(c_code->DoubleValue())) { in New()
3378 uint32_t code = c_code->NumberValueAsInteger32() & 0xffff; in New()
Dhydrogen.cc7583 HConstant* c_code = HConstant::cast(char_code); in BuildLoad() local
7584 if (c_code->HasNumberValue() && std::isnan(c_code->DoubleValue())) { in BuildLoad()