Searched refs:raw_smi (Results 1 – 1 of 1) sorted by relevance
277 int32_t raw_smi = smi->value(); in LoadLiteral() local278 if (raw_smi == 0) { in LoadLiteral()280 } else if (raw_smi >= -128 && raw_smi <= 127) { in LoadLiteral()281 Output(Bytecode::kLdaSmi8, static_cast<uint8_t>(raw_smi)); in LoadLiteral()