Searched defs:c_code (Results 1 - 2 of 2) sorted by relevance

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

Completed in 218 milliseconds